Skip to main content
A newer version of this page is available. .

DataInspectorExtensionEvents Interface

Describes events this extension fires.

Declaration

export interface DataInspectorExtensionEvents

Properties

dialogHidden Property

Occurs when the Data Inspector dialog is hidden.

Declaration

dialogHidden: DataInspectorDialogArgs

Property Value

Type Description
DataInspectorDialogArgs

An object that provides data for the event.

Remarks

Main article: onDialogHidden

dialogShowing Property

Occurs before the Data Inspector dialog is shown.

Declaration

dialogShowing: DataInspectorDialogArgs

Property Value

Type Description
DataInspectorDialogArgs

An object that provides data for the event.

Remarks

Main article: onDialogShowing

dialogShown Property

Occurs after the Data Inspector dialog is shown.

Declaration

dialogShown: DataInspectorDialogArgs

Property Value

Type Description
DataInspectorDialogArgs

An object that provides data for the event.

Remarks

Main article: onDialogShown

gridContentReady Property

Occurs after the Grid widget’s content is loaded.

Declaration

gridContentReady: DataInspectorGridArgs

Property Value

Type Description
DataInspectorGridArgs

An object that provides data for the event.

Remarks

Main article: onGridContentReady

gridInitialized Property

Occurs before the Grid widget’s content is loaded.

Declaration

gridInitialized: DataInspectorGridArgs

Property Value

Type Description
DataInspectorGridArgs

An object that provides data for the event.

Remarks

Main article: onGridInitialized