Additional details passed to the callbacks

interface GridCallbackDetails<K> {
    api: GridApiCommunity;
    reason?: GridControlledStateReasonLookup[K];
}

Type Parameters

Properties

Properties

api: GridApiCommunity

GridApi that let you manipulate the grid.

The reason for this callback to have been called.