Back to Devexpress

DashboardParameterDialogExtensionOptions Interface

dashboard-js-devexpress-dot-dashboard-5a64a0b2.md

latest2.3 KB
Original Source

DashboardParameterDialogExtensionOptions Interface

Provides options for customizing the DashboardParameterDialogExtension.

Declaration

ts
export interface DashboardParameterDialogExtensionOptions

Remarks

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

See Also

Extensions in the Web Dashboard

Properties

onDynamicLookUpValuesLoaded Property

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

Declaration

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

Property Value

TypeDescription
(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

ts
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

ts
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

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

Property Value

Type
(args: DashboardParameterDialogArgs) => any