cc-everywhere

Interface: DropdownOptionStyleCompat

Dropdown option style with optional button variant/treatment (compatibility).

See

DropdownOptionStyle for the base interface

Extends

Properties

Property
Type
Description
Inherited from
uiType
DROPDOWN
The UI type for the dropdown option.
DropdownOptionStyle.uiType
icon?
string
The optional icon URL for the dropdown option.
DropdownOptionStyle.icon
customContent?
CustomContentConfig
The optional custom content configuration for the dropdown option.
DropdownOptionStyle.customContent
variant?
ExportButtonVariant
The variant for the button.
-
treatment?
ExportButtonTreatment
The treatment for the button.
-