Skip to content

RuntimeInfo

Interface

Widget runtime info.

Properties

PropertyTypeNotes
controllerWidgetIdstring

The controller widget id that this widget belongs to.

isClassLoadedboolean

Indicator as to whether or not a widget class is loaded.

isInlineEditingboolean

Indicator as to whether or not a widget is in inline editing state.

stateWidgetState

The widget's state.

windowState"normal" | "minimized" | "maximized"

The window's state. Possible values of normal , minimized or maximized .

controllerWidgetId

optional
Interface Property
controllerWidgetId: string

The controller widget id that this widget belongs to.

isClassLoaded

optional
Interface Property
isClassLoaded: boolean

Indicator as to whether or not a widget class is loaded.

isInlineEditing

optional
Interface Property
isInlineEditing: boolean

Indicator as to whether or not a widget is in inline editing state.

state

optional
Interface Property
state: WidgetState

The widget's state.

windowState

optional
Interface Property
windowState: "normal" | "minimized" | "maximized"

The window's state. Possible values of normal , minimized or maximized .

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.