Type Alias TJIIXNodePolygon

TJIIXNodePolygon: {
    "bounding-box": undefined | TBox;
    id: string;
    items?: undefined | TJIIXStrokeItem[];
    kind: Polygon;
    points: number[];
    type: Node;
}