iink-ts - v4.0.0
    Preparing search index...

    Type Alias TEdgePolyLine

    TEdgePolyLine: TBaseSymbol & {
        bounds: TOBB;
        edges: TSegment[];
        endAnchor?: TAnchor;
        endDecoration?: EdgeDecoration;
        kind: PolyEdge;
        points: TPoint[];
        snapPoints: TPoint[];
        startAnchor?: TAnchor;
        startDecoration?: EdgeDecoration;
        style: TStyle;
        type: Edge;
        vertices: TPoint[];
    }