DashboardParameterDialogExtensionOptions Interface
Provides options for customizing the DashboardParameterDialogExtension.
Declaration
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
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
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
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
onShown?: (args: DashboardParameterDialogArgs) => any
Property Value
Type |
---|
(args: DashboardParameterDialogArgs) => any |