StylePanelButtonPickerProps
Table of contents
interface StylePanelButtonPickerProps<T extends string> {}Properties
items
items: StyleValuesForUi<T>;style
style: StyleProp<T>;title
title: string;uiType
uiType: string;value
value: SharedStyle<T>;Methods
onHistoryMark
optional
Parameters
| Name | Description |
|---|---|
| |
Returns
void;onValueChange
optional
Parameters
| Name | Description |
|---|---|
| |
| |
Returns
void;Prev
StrokePointNext
StylePanelContext