colors
colors: string[] = ...
OptionalconvertBtn
convertBtn?: HTMLButtonElement
OptionaldecoratorMenu
decoratorMenu?: HTMLDivElement
OptionalduplicateBtn
duplicateBtn?: HTMLButtonElement
OptionaleditInput
editInput?: HTMLInputElement
OptionaleditMenu
editMenu?: HTMLDivElement
editor
OptionaleditSaveBtn
editSaveBtn?: HTMLButtonElement
fontSizeList
fontSizeList: (
{ label: string; value: string }
| { label: string; value: number }
)[] = ...
fontWeightList
fontWeightList: { label: string; value: string }[] = ...
OptionalgroupBtn
groupBtn?: HTMLButtonElement
id
id: string
OptionalmenuExport
menuExport?: HTMLDivElement
position
position: { scrollLeft: number; scrollTop: number; x: number; y: number }
OptionalremoveBtn
removeBtn?: HTMLButtonElement
OptionalreorderMenu
reorderMenu?: HTMLDivElement
thicknessList
thicknessList: { label: string; value: number }[] = ...
Optionalwrapper
wrapper?: HTMLElement