Properties
Private
#logger
behaviors
colors
colors: string[] = ...
Optional
convertBtn
convertBtn?: HTMLButtonElement
Optional
decoratorMenu
decoratorMenu?: HTMLDivElement
Optional
duplicateBtn
duplicateBtn?: HTMLButtonElement
Optional
editInput
editInput?: HTMLInputElement
Optional
editMenu
editMenu?: HTMLDivElement
Optional
editSaveBtn
editSaveBtn?: HTMLButtonElement
fontSizeList
fontSizeList: {
label: string;
value: number;
}[] = ...
Type declaration
label: string
value: number
fontWeightList
fontWeightList: ({
label: string;
value: undefined;
} | {
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;
}
Type declaration
scrollLeft: number
scrollTop: number
x: number
y: number
Optional
removeBtn
removeBtn?: HTMLButtonElement
Optional
reorderMenu
reorderMenu?: HTMLDivElement
thicknessList
thicknessList: {
label: string;
value: number;
}[] = ...
Type declaration
label: string
value: number
Optional
wrapper
wrapper?: HTMLElement