Skip to content

OnCellValueChange

@firecms/core


@firecms/core / OnCellValueChange

OnCellValueChange<T, M> = (params) => Promise<void> | void

Defined in: components/common/types.tsx:56

Callback when a cell has changed in a table

T

M extends Record<string, any>

OnCellValueChangeParams<T, M>

Promise<void> | void