Optional
opts: SingleEventLoaderOptionsOptional
cacheA method used to load events from a local cache
Optional
extraAn array of relays to always fetch from
Protected
subjectOptional
observerOrNext: Partial<Observer<Event>> | (value: Event) => voidOptional
next: null | (value: Event) => voidOptional
error: null | (error: any) => voidOptional
complete: null | () => voidInstead of passing separate callback arguments, use an observer argument. Signatures taking separate callback arguments will be removed in v8. Details: https://rxjs.dev/deprecations/subscribe-arguments
Base loader class