map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface RowActionContext

    Data that a RowTableAction can operate on.

    interface RowActionContext {
        allDataTables: DataTableCollection;
        dataTable: DataTable;
        rowItem: TableItem;
    }
    Index

    Properties

    allDataTables: DataTableCollection

    The full collection of tables inside the current view.

    dataTable: DataTable

    The table the action is triggered for.

    rowItem: TableItem

    The table item.