Interface Equation

interface Equation {
    ascent: Num;
    center: Vec2;
    descent: Num;
    drag: boolean;
    dragConstraint: DragConstraint;
    ensureOnCanvas: boolean;
    fillColor: Color;
    fontSize: string;
    height: Num;
    interactiveOnly: boolean;
    name: string;
    rotation: Num;
    shapeType: Equation;
    string: string;
    width: Num;
}

Hierarchy (view full)

Properties

ascent: Num
center: Vec2
descent: Num
drag: boolean
dragConstraint: DragConstraint
ensureOnCanvas: boolean
fillColor: Color
fontSize: string
height: Num
interactiveOnly: boolean
name: string
rotation: Num
shapeType: Equation
string: string
width: Num