Interface IPluginFormElementWidgetGetRuntimeDataParams
- 
- All Known Implementing Classes:
 PluginFormElementWidgetGetResourceParams
public interface IPluginFormElementWidgetGetRuntimeDataParamsParameters that are passed to form element widget plugins when retrieving the runtime data for the client-side JavaScript. Contains data about the current designer context, such as the currentform, the currentclientetc.- Since:
 - 8.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFormDesignerEnvironmentDatagetEnvironmentData() 
 - 
 
- 
- 
Method Detail
- 
getEnvironmentData
IFormDesignerEnvironmentData getEnvironmentData()
- Returns:
 - Details about the project that is opened in the designer, as well as the user, locale, and client.
 
 
 - 
 
 -