Interface IPluginFormDesignerResourceGetRuntimeDataParams
- 
- All Known Implementing Classes:
 PluginFormDesignerResourceGetRuntimeDataParams
public interface IPluginFormDesignerResourceGetRuntimeDataParamsParameters that are passed to form designer resource 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.1.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.
 
 
 - 
 
 -