Interface representing a custom action in the user interface.
callback
: Function to be called when the action is triggered.label
: Label for the action.iconName
: Name of the icon for the action.
Properties#
Property | Type |
---|---|
callback | () => void |
label | string |
iconName | UserInterfaceCustomActionIconName |