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

DashboardExportExtensionEvents Interface

Describes events this extension fires.

Declaration

export interface DashboardExportExtensionEvents

Properties

exportDialogHidden Property

Occurs when the export dialog is hidden.

Declaration

exportDialogHidden: DashboardExportDialogArgs

Property Value

Type Description
DashboardExportDialogArgs

An object that provides data for the event.

Remarks

Main article: onExportDialogHidden

exportDialogShowing Property

Occurs before the export dialog is shown.

Declaration

exportDialogShowing: DashboardExportDialogArgs

Property Value

Type Description
DashboardExportDialogArgs

An object that provides data for the event.

Remarks

Main article: onExportDialogShowing

exportDialogShown Property

Occurs after the export dialog is shown.

Declaration

exportDialogShown: DashboardExportDialogArgs

Property Value

Type Description
DashboardExportDialogArgs

An object that provides data for the event.

Remarks

Main article: onExportDialogShown