Interface Path

interface Path {
    d: PathData;
    endArrowhead: string;
    endArrowheadSize: Num;
    ensureOnCanvas: boolean;
    fillColor: Color;
    flipStartArrowhead: boolean;
    interactiveOnly: boolean;
    name: string;
    shapeType: Path;
    startArrowhead: string;
    startArrowheadSize: Num;
    strokeColor: Color;
    strokeDasharray: string;
    strokeLinecap: string;
    strokeStyle: string;
    strokeWidth: Num;
}

Hierarchy (view full)

Properties

endArrowhead: string
endArrowheadSize: Num
ensureOnCanvas: boolean
fillColor: Color
flipStartArrowhead: boolean
interactiveOnly: boolean
name: string
shapeType: Path
startArrowhead: string
startArrowheadSize: Num
strokeColor: Color
strokeDasharray: string
strokeLinecap: string
strokeStyle: string
strokeWidth: Num