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

ItemActionAvailabilityChangedEventArgs Interface

Provides data for the ItemActionAvailability event.

Declaration

export interface ItemActionAvailabilityChangedEventArgs

Remarks

Use the onItemActionAvailabilityChanged handler to raise the ItemActionAvailability 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.