StructureOutputJson
    Preparing search index...

    Type Alias TocItem

    type TocItem = {
        contents: (Paragraph | List | ListItem)[];
        rect: Rect;
        type: "tocItem";
    }
    Index

    Properties

    Properties

    contents: (Paragraph | List | ListItem)[]
    rect: Rect
    type: "tocItem"