Optional
source: DeepPartial<BarButtonConfiguration>The text to be read when button is selected through accessibility mode.
"";
The style of the button's background.
new BackgroundStyle({});
The style of the button's icon (icon, text).
new IconStyle({});
The text to be displayed on the button.
new StyledText({});
Whether the button is visible or not.
true;
Generated using TypeDoc
Button configuration.