The key value object representing the data of a row.

interface GridRowModelUpdate {
    _action?: "delete";
}

Hierarchy (view full)

Properties

Properties

_action