Skip to main content

DashboardParameterDialogExtensionOptions Interface

Provides options for customizing the DashboardParameterDialogExtension.

#Declaration

TypeScript
export interface DashboardParameterDialogExtensionOptions

#Remarks

See the following topic for information on how to use the DashboardControl’s client-side API: Extensions Overview.

See Also

#Properties

#onDynamicLookUpValuesLoaded Property

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

#Declaration

TypeScript
onDynamicLookUpValuesLoaded?: (args: DynamicLookUpValuesLoadedArgs) => void

#Property Value

Type Description
(args: DynamicLookUpValuesLoadedArgs) => void

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

#onHidden Property

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

#Declaration

TypeScript
onHidden?: (args: DashboardParameterDialogArgs) => any

#Property Value

Type
(args: DashboardParameterDialogArgs) => any

#onShowing Property

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

#Declaration

TypeScript
onShowing?: (args: DashboardParameterDialogArgs) => any

#Property Value

Type
(args: DashboardParameterDialogArgs) => any

#onShown Property

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

#Declaration

TypeScript
onShown?: (args: DashboardParameterDialogArgs) => any

#Property Value

Type
(args: DashboardParameterDialogArgs) => any