BackstageItemModel
23 Sep 20251 minute to read
Interface for a class BackstageItem
Properties
backStageItemClick EmitType<BackstageItemClickArgs>
Event triggers when backstage item is clicked.
content string|Function
Specifies the backstage item’s content as selector.
iconCss string
Specifies the icon css class for backstage back button.
id string
Defines a unique identifier for the backstage item.
isFooter boolean
Specifies whether the item is placed in Footer section of backstage.
keyTip string
Specifies the keytip content.
separator boolean
Specifies the separator between the backstage items.
text string
Specifies the text for backstage item.