StructureOutputJson
    Preparing search index...

    Type Alias Header

    type Header = {
        contents: GraphicElement[];
        rect: Rect;
        type: "header";
    }
    Index

    Properties

    Properties

    contents: GraphicElement[]
    rect: Rect
    type: "header"