WidgetStatus interface

The object encapsulating the result for an IWidget/IConfigurableWidget method call. This object is created using the WidgetStatusHelper library.

Properties

state

the rendered state of the widget serialized to a string.

statusType

Used to determine which widget status helper was called

Property Details

state

the rendered state of the widget serialized to a string.

state?: string

Property Value

string

statusType

Used to determine which widget status helper was called

statusType?: WidgetStatusType

Property Value