Hiyve Components - v1.0.0
    Preparing search index...

    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";
    } = ...

    Fabric.js object type to class name mapping

    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"