StructureOutputJson
    Preparing search index...

    Type Alias TableRow

    type TableRow = {
        rect: Rect;
        tds: (TableData | TableHeaderCell)[];
        type: "tr";
    }
    Index

    Properties

    Properties

    rect: Rect
    type: "tr"