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

ItemMasterFilterStateChangedEventArgs Interface

Provides information for the ItemMasterFilterStateChanged event.

Declaration

export interface ItemMasterFilterStateChangedEventArgs

Remarks

Use the onItemMasterFilterStateChanged handler to raise the ItemMasterFilterStateChanged event.

Properties

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 the currently selected values.

Declaration

values: Array<Array<PrimitiveType>>

Property Value

Type
Array<Array<PrimitiveType>>