Eulergraph
    Preparing search index...

    Type Alias PolylineCommand

    type PolylineCommand = {
        name: "polyline";
        points: Point[] | PointLike[];
        transform?: DOMMatrix;
    }
    Index

    Properties

    name: "polyline"
    points: Point[] | PointLike[]
    transform?: DOMMatrix