Eulergraph
    Preparing search index...

    Type Alias LinkTextLabel

    type LinkTextLabel = {
        absoluteTextPosition: Point | null;
        annotatedText: AnnotatedText[];
        label: Label;
        labelRotationRad: number;
        textBbox: Rect | null;
        textOffset: Point | null;
        textPosition: Point | null;
        textTransform: DOMMatrix;
    }
    Index

    Properties

    absoluteTextPosition: Point | null
    annotatedText: AnnotatedText[]
    label: Label
    labelRotationRad: number
    textBbox: Rect | null
    textOffset: Point | null
    textPosition: Point | null
    textTransform: DOMMatrix