StylePanelDoubleDropdownPickerInline

See source code
Table of contents

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;

onValueChange

optional

Parameters

NameDescription

style

StyleProp<T>;

value

T;

Returns

void;

styleA

styleA: StyleProp<T>;

styleB

styleB: StyleProp<T>;

uiTypeA

uiTypeA: string;

uiTypeB

uiTypeB: string;

valueA

valueA: SharedStyle<T>;

valueB

valueB: SharedStyle<T>;

Prev
StylePanelDoubleDropdownPicker
Next
StylePanelDropdownPicker