@samatawy/diagrams
    Preparing search index...

    Interface TextOptions

    interface TextOptions {
        overflow: TextOverflowMode;
        path?: Path2D;
        from?: IPoint;
        to?: IPoint;
    }
    Index

    Properties

    Properties

    path?: Path2D
    from?: IPoint
    to?: IPoint