StructureOutputJson
    Preparing search index...

    Type Alias TextLine

    it's a line of text

    type TextLine = {
        baseline?: number;
        properties?: ParagraphProps;
        rect: Rect;
        text: string;
        textStyle?: TextStyle;
        type: "textLine";
    }
    Index

    Properties

    baseline?: number
    properties?: ParagraphProps
    rect: Rect
    text: string
    textStyle?: TextStyle
    type: "textLine"