Variable FABRIC_OBJECT_TYPESConst
FABRIC_OBJECT_TYPES: {
circle: "Circle";
ellipse: "Ellipse";
group: "Group";
"i-text": "IText";
image: "Image";
line: "Line";
path: "Path";
polygon: "Polygon";
polyline: "Polyline";
rect: "Rect";
text: "Text";
textbox: "Textbox";
triangle: "Triangle";
} = ...
Type Declaration
Readonlycircle: "Circle"
Readonlyellipse: "Ellipse"
Readonlygroup: "Group"
Readonlyi-text: "IText"
Readonlyimage: "Image"
Readonlyline: "Line"
Readonlypath: "Path"
Readonlypolygon: "Polygon"
Readonlypolyline: "Polyline"
Readonlyrect: "Rect"
Readonlytext: "Text"
Readonlytextbox: "Textbox"
Readonlytriangle: "Triangle"
Fabric.js object type to class name mapping