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

    Interface BulkActionContext

    Data that a BulkTableAction can operate on.

    interface BulkActionContext {
        allDataTables: DataTableCollection;
        dataTable: DataTable;
    }
    Index

    Properties

    allDataTables: DataTableCollection

    The full collection of tables inside the current view.

    dataTable: DataTable

    The table the action is triggered for.