StylePanelDropdownPickerProps

See source code
Table of contents
interface StylePanelDropdownPickerProps<T extends string> {}

Properties

id

id: string

items

items: StyleValuesForUi<T>

label

optional
label?: Exclude<string, TLUiTranslationKey> | TLUiTranslationKey

style

style: StyleProp<T>

stylePanelType

stylePanelType: string

type

type: 'icon' | 'menu' | 'tool'

uiType

uiType: string

value

value: SharedStyle<T>

Methods

onValueChange

optional

Parameters

NameDescription

style

StyleProp<T>

value

T

Returns

void

Prev
StylePanelDoubleDropdownPickerProps
Next
StylePanelSectionProps