Salta ai contenuti

OnCellValueChangeParams

Questi contenuti non sono ancora disponibili nella tua lingua.

@firecms/core


@firecms/core / OnCellValueChangeParams

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

Props passed in a callback when the content of a cell in a table has been edited

T = any

D = any

optional data: D

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


onValueUpdated: () => void

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

void


propertyKey: string

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


setError: (e) => void

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

Error | undefined

void


value: T

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