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

    Type Alias TEdgeLine

    TEdgeLine: TBaseSymbol & {
        bounds: TOBB;
        edges: TSegment[];
        end: TPoint;
        endAnchor?: TAnchor;
        endDecoration?: EdgeDecoration;
        kind: Line;
        snapPoints: TPoint[];
        start: TPoint;
        startAnchor?: TAnchor;
        startDecoration?: EdgeDecoration;
        style: TStyle;
        type: Edge;
        vertices: TPoint[];
    }