Optional
source: DeepPartial<ButtonConfiguration>The style of the button's background.
new BackgroundStyle({});
The style of the button's foreground (icon, text).
new ForegroundStyle({});
The text to be displayed on the button.
"";
Whether the button is visible or not.
true;
Generated using TypeDoc
Button configuration.