Zum Inhalt springen

ListenCollectionProps

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

@firecms/core


@firecms/core / ListenCollectionProps

ListenCollectionProps<M> = FetchCollectionProps<M> & object

Defined in: types/datasource.ts:43

optional onError: (error) => void

Error

void

onUpdate: (entities) => void

Entity<M>[]

void

M extends Record<string, any> = any