Interface IPluginFormElementWidgetGetRuntimeDataParams
- All Known Implementing Classes:
PluginFormElementWidgetGetResourceParams
public interface IPluginFormElementWidgetGetRuntimeDataParams
Parameters 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 current
form
, the current
client
etc.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
getEnvironmentData
IFormDesignerEnvironmentData getEnvironmentData()- Returns:
- Details about the project that is opened in the designer, as well as the user, locale, and client.
-