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

DashboardParameterDialogExtensionOptions Interface

Provides options for customizing the DashboardParameterDialogExtension.

Declaration

export interface DashboardParameterDialogExtensionOptions

Remarks

See the Extension section for information on how to use the HTML JavaScript Dashboard’s client-side API.

See Also

Properties

onDynamicLookUpValuesLoaded Property

A handler for the event occurring after parameter values provided using a Dynamic List are loaded.

Declaration

onDynamicLookUpValuesLoaded?: (args: DynamicLookUpValuesLoadedArgs) => void

Property Value

Type Description
(args: DynamicLookUpValuesLoadedArgs) => void

A custom function that is executed after parameter values provided using a Dynamic List are loaded.

onHidden Property

A handler for the event occurring after the Dashboard Parameters dialog is hidden.

Declaration

onHidden?: ((e: DashboardParameterDialogArgs) => any)

Property Value

Type Description
(e: DashboardParameterDialogArgs) => any

A custom function that is executed after the Dashboard Parameters dialog is hidden.

onShowing Property

A handler for the event occurring before the Dashboard Parameters dialog is shown.

Declaration

onShowing?: ((e: DashboardParameterDialogArgs) => any)

Property Value

Type Description
(e: DashboardParameterDialogArgs) => any

A custom function that is executed before the Dashboard Parameters dialog is shown.

onShown Property

A handler for the event occurring after the Dashboard Parameters dialog is shown.

Declaration

onShown?: ((e: DashboardParameterDialogArgs) => any)

Property Value

Type Description
(e: DashboardParameterDialogArgs) => any

A custom function that is executed after the Dashboard Parameters dialog is shown.