colors
colors: string[] = ...
editor
fontSizeList
fontSizeList: (
{ label: string; value: string }
| { label: string; value: number }
)[] = ...
fontWeightList
fontWeightList: { label: string; value: string }[] = ...
id
id: string
menuEdge?: HTMLButtonElement
menuErase?: HTMLButtonElement
menuMove?: HTMLButtonElement
menuSelect?: HTMLButtonElement
menuShape?: HTMLButtonElement
subMenuEdge?: {
arrow: HTMLButtonElement;
doubleArrow: HTMLButtonElement;
line: HTMLButtonElement;
}
subMenuShape?: {
circle: HTMLButtonElement;
ellipse: HTMLButtonElement;
rectangle: HTMLButtonElement;
rhombus: HTMLButtonElement;
triangle: HTMLButtonElement;
}
thicknessList
thicknessList: { label: string; value: number }[] = ...
Optionalwrapper
wrapper?: HTMLDivElement
OptionalwriteBtn
writeBtn?: HTMLButtonElement