StylePanelButtonPickerProps

See source code
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

NameDescription

id

string;

Returns

void;

onValueChange

optional

Parameters

NameDescription

style

StyleProp<T>;

value

T;

Returns

void;

Prev
StrokePoint
Next
StylePanelContext