Skip to main content

Type Alias: ElementType

type ElementType = 
| "image"
| "text"
| "textbox"
| "curved-text"
| "neon-text"
| "engraved-text";

Defined in: core/src/fabricjs/ElementFactory.ts:10