StylePanelDoubleDropdownPickerProps

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

Properties

itemsA

itemsA: StyleValuesForUi<T>

itemsB

itemsB: StyleValuesForUi<T>

label

label: Exclude<string, TLUiTranslationKey> | TLUiTranslationKey

labelA

labelA: Exclude<string, TLUiTranslationKey> | TLUiTranslationKey

labelB

labelB: Exclude<string, TLUiTranslationKey> | TLUiTranslationKey

styleA

styleA: StyleProp<T>

styleB

styleB: StyleProp<T>

uiTypeA

uiTypeA: string

uiTypeB

uiTypeB: string

valueA

valueA: SharedStyle<T>

valueB

valueB: SharedStyle<T>

Methods

onValueChange

optional

Parameters

NameDescription

style

StyleProp<T>

value

T

Returns

void

Prev
StylePanelContextProviderProps
Next
StylePanelDropdownPickerProps