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