StylePanelDropdownPicker

See source code
Table of contents

Properties

id

id: string;

items

items: StyleValuesForUi<T>;

label

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

onValueChange

optional

Parameters

NameDescription

style

StyleProp<T>;

value

T;

Returns

void;

style

style: StyleProp<T>;

stylePanelType

stylePanelType: string;

testIdType

optional

Override the test ID prefix. Defaults to uiType.

testIdType?: string;

type

type: "icon" | "menu" | "tool";

uiType

uiType: string;

value

value: SharedStyle<T>;

Prev
StylePanelDoubleDropdownPickerInline
Next
StylePanelDropdownPickerInline