HelpBot Assistant

How can I help you?

BackstageItemModel

16 Mar 20261 minute to read

Interface for a class BackstageItem

Properties

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.

Events

backStageItemClick EmitType<BackstageItemClickArgs>

Event triggers when backstage item is clicked.