Interface: BaseButtonStyle<T>
Style for a button-style export option (button or enabled-button).
See
- ButtonStyle for standard button
- EnabledButtonStyle for always-enabled button
Extends
Type Parameters
Type Parameter
Description
T extends ExportOptionUIThe specific ExportOptionUI value (BUTTON or ENABLED_BUTTON)
Properties
Property
Type
Description
Overrides
icon?stringThe optional icon URL for the button.
-