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

ItemDrillDownStateChangedEventArgs Interface

Provides data for the ItemDrillDownState event.

Declaration

export interface ItemDrillDownStateChangedEventArgs

Remarks

Use the onItemDrillDownStateChanged handler to raise the ItemDrillDownState event.

Properties

action Property

Gets the drill-down action performed in the dashboard item.

Declaration

action: "Down" | "Up"

Property Value

Name Description
"Down"

Identifies a drill-down.

"Up"

Identifies a drill-up.

itemName Property

Gets the component name of the dashboard item for which the event was raised.

Declaration

itemName: string

Property Value

Type Description
string

A string value that is the component name of the dashboard item.

values Property

Gets values from the current drill-down hierarchy.

Declaration

values: Array<PrimitiveType>

Property Value

Type
Array<PrimitiveType>