Interface RowActionContext

Data that a RowTableAction can operate on.

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

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.

Generated using TypeDoc