Imports
Definition
Parameters
selector
- Type:
(sync: SyncSelector) => Observable<T>
config
- Type:
ObservableConfig.FromData<T>
- Optional
config.fireImmediately
- Type:
boolean
- Optional
config.onError
- Type:
(error: Error) => void
- Optional
config.onUpdate
- Type:
(data: Data) => void
- Optional