StructureOutputJson
    Preparing search index...

    Type Alias Footer

    type Footer = {
        contents: GraphicElement[];
        rect: Rect;
        type: "footer";
    }
    Index

    Properties

    Properties

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