Vertex Viewer SDK
    Preparing search index...

    Interface ArrowMarkupInit

    interface ArrowMarkupInit {
        end?: Point.Point;
        endLineAnchorStyle?: LineAnchorStyle;
        id?: string;
        start?: Point.Point;
        startLineAnchorStyle?: LineAnchorStyle;
    }
    Index

    Properties

    end?: Point.Point
    endLineAnchorStyle?: LineAnchorStyle
    id?: string
    start?: Point.Point
    startLineAnchorStyle?: LineAnchorStyle