Skip to main content
A newer version of this page is available. .

RibbonItemTextOptions Interface

Declares item text options.

Declaration

export interface RibbonItemTextOptions

Properties

displayAfterEditor Property

Specifies the text position relative to the item editor.

Declaration

displayAfterEditor?: boolean

Property Value

Type Description
boolean

true to display the text after the editor; false to display the text before the editor.

text Property

Specifies the ribbon item text.

Declaration

text?: string

Property Value

Type Description
string

The text.