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

DashboardParameterDialogExtensionEvents Interface

Describes events this extension fires.

Declaration

export interface DashboardParameterDialogExtensionEvents

Properties

dynamicLookUpValuesLoaded Property

Occurs after parameter values provided using a Dynamic List are loaded.

Declaration

dynamicLookUpValuesLoaded: DynamicLookUpValuesLoadedArgs

Property Value

Type Description
DynamicLookUpValuesLoadedArgs

An object that provides data for the event.

Remarks

Main article: onDynamicLookUpValuesLoaded

hidden Property

Occurs after the Dashboard Parameters dialog is hidden.

Declaration

hidden: DashboardParameterDialogArgs

Property Value

Type Description
DashboardParameterDialogArgs

An object that provides data for the event.

Remarks

Main article: onHidden

showing Property

Occurs

Declaration

showing: DashboardParameterDialogArgs

Property Value

Type Description
DashboardParameterDialogArgs

An object that provides data for the event.

Remarks

Main article: onShowing

shown Property

Occurs after the Dashboard Parameters dialog is shown.

Declaration

shown: DashboardParameterDialogArgs

Property Value

Type Description
DashboardParameterDialogArgs

An object that provides data for the event.

Remarks

Main article: onShown