Eulergraph
    Preparing search index...

    Type Alias PolygonCommand

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

    Properties

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