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.
-
display?How to display icon and label. See ExportButtonDisplayMode for fallbacks when icon or label is missing.
'icon-and-label' uses icon-before-label layout. Default 'icon' when icon is provided, otherwise 'label'-