cc-everywhere

Interface: BaseButtonStyle<T>

Style for a button-style export option (button or enabled-button).

See

Extends

Type Parameters

Type Parameter
Description
T extends ExportOptionUI
The specific ExportOptionUI value (BUTTON or ENABLED_BUTTON)

Properties

Property
Type
Description
Overrides
uiType
T
The UI type for the button.
Style.uiType
icon?
string
The optional icon URL for the button.
-
variant?
ExportButtonVariant
The optional variant for the button.
-
treatment?
ExportButtonTreatment
The optional treatment for the button.
-