RuntimeInfo

Interface

Widget runtime info.

Properties

PropertyTypeNotes
string

The controller widget id that this widget belongs to.

boolean

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

boolean

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

The widget's state. Possible values of OPENED , ACTIVE or CLOSED .

"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. Possible values of OPENED , ACTIVE or CLOSED .

The OPENED and CLOSED state 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, we don't switch the widget open/close state.

For ACTIVE state, see WidgetManifestProperties.needActiveState

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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close