RibbonColorBoxItemOptions Interface
Declares ribbon color box item settings.
Declaration
export interface RibbonColorBoxItemOptions
Properties
beginGroup Property
Specifies whether an item separator should be displayed before the current item.
Declaration
beginGroup?: boolean
Property Value
Type | Description |
---|---|
boolean | true to display a separator before the item; otherwise, false. |
localizationId Property
Specifies an identifier that allows you to localize the item’s text.
Declaration
localizationId?: string
Property Value
Type | Description |
---|---|
string | The item’s localization identifier. |
Remarks
If the text property is specified, the item is not localized.
See Also
textOptions Property
Specifies options of the text displayed next to the item.
Declaration
textOptions?: RibbonItemTextOptions
Property Value
Type | Description |
---|---|
RibbonItemTextOptions | An object that contains text options. |