Interface
Widget runtime info.
Properties
| Property | Type | Notes |
|---|---|---|
controllerWidgetId | string | The controller widget id that this widget belongs to. |
isClassLoaded | boolean | Indicator as to whether or not a widget class is loaded. |
isInlineEditing | boolean | Indicator as to whether or not a widget is in inline editing state. |
state | WidgetState | The widget's state. |
windowState | "normal" | "minimized" | "maximized" | The window's state. Possible values of |
controllerWidgetId
controllerWidgetId: stringThe controller widget id that this widget belongs to.
isClassLoaded
isClassLoaded: booleanIndicator as to whether or not a widget class is loaded.
isInlineEditing
isInlineEditing: booleanIndicator as to whether or not a widget is in inline editing state.
state
state: WidgetStateThe widget's state.
-
The
OPENEDandCLOSEDstate are valid only when a widget is put into a widget controller. When a widget is not put into the widget controller, for performance reason, the widget does not have any state by default. -
For
ACTIVEstate, see WidgetManifestProperties.needActiveState -
For
HIDDENstate, see WidgetManifestProperties.needHiddenState