StructureOutputJson
    Preparing search index...

    Type Alias Heading

    type Heading = {
        contents?: InlineElement[] | string;
        level: number;
        properties?: ParagraphProps;
        rect: Rect;
        textStyle?: TextStyle;
        type: "heading";
    }
    Index

    Properties

    contents?: InlineElement[] | string
    level: number

    H1 through H6

    properties?: ParagraphProps
    rect: Rect
    textStyle?: TextStyle
    type: "heading"