BackStageMenu

1 Oct 20251 minute to read

Defines the ribbon file menu settings.

Properties

backButton BackstageBackButtonModel

Defines the properties of ribbon backstage back button.

Defaults to {}

height string

Defines the height of the backstage menu.

Defaults to ‘auto’

items BackstageItemModel[]

Defines the properties of ribbon backstage back button.

Defaults to []

keyTip string

Specifies the keytip content.

Defaults to ’’

ribbonTooltipSettings RibbonTooltipModel

Specifies the tooltip settings for the file menu button.

Defaults to {}

target string|HTMLElement

Defines the selector that points to the element in which backstage will be positioned.

Defaults to null

template string|object

Defines the template for Backstage content.

Defaults to ’’

text string

Defines the text content of backstage menu button.

Defaults to ‘File’

visible boolean

Defines whether to show the backstage menu button.

Defaults to false

width string

Defines the width of the backstage menu.

Defaults to ‘auto’