Pular para o conteúdo

ListenEntityProps

Este conteúdo não está disponível em sua língua ainda.

@firecms/core


@firecms/core / ListenEntityProps

ListenEntityProps<M> = FetchEntityProps<M> & object

Defined in: types/datasource.ts:19

optional onError: (error) => void

Error

void

onUpdate: (entity) => void

Entity<M>

void

M extends Record<string, any> = any