Optional
audioGives the user an audio feedback when the button is clicked
Optional
callbackGives the user an audio feedback when the clickHandler promise is fullfilled.
A function that gets called when the button was clicked. Must return a Promise
Optional
disableIf set to true, the button gets disabled when clicked
Optional
headingAn optional heading for the button
Optional
iconThe icon of the button. if omitted no icon gets printed
Optional
labelThe label of the button. If omitted no label gets printed.
Optional
showShows Progress rings on the butten when the button is clicked, until the clickHandler promise is fullfilled.
Optional
toggleToggles the state of the button.
The type of the button.
Optional
vibrationIf set to true, the device vibrates on a button click (only on devices/platforms that supports vibration).
Generated using TypeDoc
BaseButton options.