Optional
buttonButtons type (default: 'Active').
Affects buttons color and border.
Button context type Navigation
is deprecated and will
be removed in future versions.
For navigation type of buttons define path
instead
of onButtonClicked
, onBlur
and type
properties
to render link instead of button.
Optional
classOptional class
Optional
dataOptional data-test-id
Optional
disabledWhether the button is disabled. If set to true, disallows interactions. (default: undefined)
Optional
heightButton's height
Optional
onOptional
onEvent to raise when the button is clicked
Optional
openIf set to true, the link will open in a new tab.
Optional
pathWhere to navigate to when the action is clicked.
Optional
typeHTML button type attribute (default: 'button')
Optional
widthButton's width
Generated using TypeDoc
Button options for buttons with JS handlers (renders as a button)