Interface: OnCellValueChangeParams<T, M>
Props passed in a callback when the content of a cell in a table has been edited
Type parameters​
Name | Type |
---|---|
T | T |
M | extends Record <string , any > |
Properties​
collection​
• collection: EntityCollection
<M
, string
, User
>
Defined in​
lib/src/core/components/EntityCollectionTable/types.tsx:81
context​
• context: FireCMSContext
Defined in​
lib/src/core/components/EntityCollectionTable/types.tsx:83
dataSource​
• dataSource: DataSource
Defined in​
lib/src/core/components/EntityCollectionTable/types.tsx:82
entity​
• entity: Entity
<M
>
Defined in​
lib/src/core/components/EntityCollectionTable/types.tsx:77
fullPath​
• fullPath: string
Defined in​
lib/src/core/components/EntityCollectionTable/types.tsx:80
onValueUpdated​
• onValueUpdated: () => void
Type declaration​
â–¸ (): void
Returns​
void
Defined in​
lib/src/core/components/EntityCollectionTable/types.tsx:78
propertyKey​
• propertyKey: string
Defined in​
lib/src/core/components/EntityCollectionTable/types.tsx:76
setError​
• setError: (e
: Error
) => void
Type declaration​
â–¸ (e
): void
Parameters​
Name | Type |
---|---|
e | Error |
Returns​
void
Defined in​
lib/src/core/components/EntityCollectionTable/types.tsx:79
value​
• value: T