RibbonButtonSettingsModel

12 Sep 20251 minute to read

Interface for a class RibbonButtonSettings

Properties

clicked EmitType<Event>

Event triggers when the button is clicked.

created EmitType<Event>

Event triggers once the button is created.

content string

Defines the content for the button.

cssClass string

Defines one or more CSS classes to customize the appearance of button.

htmlAttributes { : }

Specifies additional HTML attributes to be applied to the button.

iconCss string

Defines the CSS class for the icons to be shown in button.

isPrimary boolean

Defines whether the button is primary button or not.

isToggle boolean

Defines whether the button is toggle button or not.