wdpr
    Preparing search index...

    Interface TableData

    Data payload for a table element.

    interface TableData {
        attributes: AttributeMap;
        rows: TableRow[];
    }
    Index

    Properties

    Properties

    attributes: AttributeMap
    rows: TableRow[]