StylePanelDropdownPickerInline
Table of contents
Properties
id
id: string;isOverflow
optional
Is the dropdown an overflow of a different radio group? If so, show active when the group's active item is inside of the dropdown.
isOverflow?: boolean;items
items: StyleValuesForUi<T>;label
optional
label?: Exclude<string, TLUiTranslationKey> | TLUiTranslationKey;onValueChange
optional
Parameters
| Name | Description |
|---|---|
| |
| |
Returns
void;sideOffset
optional
Distance to push the popover left of the trigger so it lands flush with the style panel. Defaults to the standard popover gap so standalone dropdowns don't sit flush against the panel.
sideOffset?: number;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
StylePanelDropdownPickerNext
StylePanelFillPicker