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

DashboardItemBaseEventArgs Interface

Declaration

export interface DashboardItemBaseEventArgs

Properties

dashboardItem Property

Declaration

dashboardItem: DashboardItem

Property Value

Type
DashboardItem

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.