OnCellValueChangeParams
@firecms/core / OnCellValueChangeParams
Interface: OnCellValueChangeParams<T, D>
Section titled “Interface: OnCellValueChangeParams<T, D>”Defined in: components/common/types.tsx:34
Props passed in a callback when the content of a cell in a table has been edited
Type Parameters
Section titled “Type Parameters”T = any
D = any
Properties
Section titled “Properties”
optionaldata:D
Defined in: components/common/types.tsx:37
onValueUpdated()
Section titled “onValueUpdated()”onValueUpdated: () =>
void
Defined in: components/common/types.tsx:38
Returns
Section titled “Returns”void
propertyKey
Section titled “propertyKey”propertyKey:
string
Defined in: components/common/types.tsx:36
setError()
Section titled “setError()”setError: (
e) =>void
Defined in: components/common/types.tsx:39
Parameters
Section titled “Parameters”Error | undefined
Returns
Section titled “Returns”void
value:
T
Defined in: components/common/types.tsx:35