@bootdesk/js-web-adapter-core
    Preparing search index...

    Interface TableElement

    interface TableElement {
        headers: string[];
        rows: string[][];
        type: "table";
    }
    Index

    Properties

    Properties

    headers: string[]
    rows: string[][]
    type: "table"