OnCellValueChange
@firecms/core / OnCellValueChange
Type Alias: OnCellValueChange()<T, M>
Section titled “Type Alias: OnCellValueChange()<T, M>”OnCellValueChange<
T,M> = (params) =>Promise<void> |void
Defined in: components/common/types.tsx:56
Callback when a cell has changed in a table
Type Parameters
Section titled “Type Parameters”T
M extends Record<string, any>
Parameters
Section titled “Parameters”params
Section titled “params”OnCellValueChangeParams<T, M>
Returns
Section titled “Returns”Promise<void> | void