cc-everywhere

Interface: BaseButtonStyle<T>

Represents the style of a button, extending the base Style interface.

Extends

Type Parameters

Type Parameter
T extends ExportOptionUI

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.
-