collectionPath
collectionPath: string
OptionaleventSourceConstructor
eventSourceConstructor?: new (
url: string | URL,
eventSourceInitDict?: EventSourceInit,
) => EventSource
Optionalfetcher
fetcher?: (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>
headers?: Record<string, string>
OptionalitemPath
itemPath?: string
OptionalkeyField
keyField?: string
OptionalqueryParams
queryParams?: Record<string, string | number | boolean>
OptionalrequestInit
requestInit?: RequestInit
OptionalusePutForUpdate
usePutForUpdate?: boolean
OptionalwebSocketConstructor
webSocketConstructor?: new (
url: string | URL,
protocols?: string | string[],
) => WebSocket