Interface BulkActionContext

Data that a BulkTableAction can operate on.

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

Properties

allDataTables: DataTableCollection

The full collection of tables inside the current view.

dataTable: DataTable

The table the action is triggered for.

Generated using TypeDoc