Type Alias LinkTextLabel

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