OptionalbuttonButtons 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.
OptionalclassOptional class
OptionaldataOptional data-test-id
OptionaldisabledWhether the button is disabled. If set to true, disallows interactions. (default: undefined)
OptionalheightButton's height
OptionalonOptionalonEvent to raise when the button is clicked
OptionalopenIf set to true, the link will open in a new tab.
OptionalpathWhere to navigate to when the action is clicked.
OptionaltextButton text
OptionaltitleOptional title attribute for the button
OptionaltypeHTML button type attribute (default: 'button')
OptionalwidthButton's width
Button options for text buttons with JS handlers