Interface IPluginFormDesignerResourceGetRuntimeDataParams
-
- All Known Implementing Classes:
PluginFormDesignerResourceGetRuntimeDataParams
public interface IPluginFormDesignerResourceGetRuntimeDataParams
Parameters 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 currentclient
etc.- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFormDesignerEnvironmentData
getEnvironmentData()
-
-
-
Method Detail
-
getEnvironmentData
IFormDesignerEnvironmentData getEnvironmentData()
- Returns:
- Details about the project that is opened in the designer, as well as the user, locale, and client.
-
-