Defines the ribbon button item.
string
Defines the content for the button.
Defaults to ”
string
Defines one or more CSS classes to customize the appearance of button.
Defaults to ”
{ : }
Specifies additional HTML attributes to be applied to the button.
Defaults to {}
string
Defines the CSS class for the icons to be shown in button.
Defaults to ”
boolean
Defines whether the button is primary button or not.
Defaults to false
boolean
Defines whether the button is toggle button or not.
Defaults to false
EmitType<Event>
Event triggers when the button is clicked.
EmitType<Event>
Event triggers once the button is created.