colors
colors: string[] = ...
Optional
convertBtn
convertBtn?: HTMLButtonElement
Optional
decoratorMenu
decoratorMenu?: HTMLDivElement
Optional
duplicateBtn
duplicateBtn?: HTMLButtonElement
Optional
editInput
editInput?: HTMLInputElement
Optional
editMenu
editMenu?: HTMLDivElement
editor
Optional
editSaveBtn
editSaveBtn?: HTMLButtonElement
fontSizeList
fontSizeList: (
{ label: string; value: string }
| { label: string; value: number }
)[] = ...
fontWeightList
fontWeightList: { label: string; value: string }[] = ...
Optional
groupBtn
groupBtn?: HTMLButtonElement
id
id: string
Optional
menuExport
menuExport?: HTMLDivElement
position
position: { scrollLeft: number; scrollTop: number; x: number; y: number }
Optional
removeBtn
removeBtn?: HTMLButtonElement
Optional
reorderMenu
reorderMenu?: HTMLDivElement
thicknessList
thicknessList: { label: string; value: number }[] = ...
Optional
wrapper
wrapper?: HTMLElement