Registry overview
Added in v1.0.0
Table of contents
constructors
make
Signature
export declare const make: (
options?:
| {
readonly initialValues?: Iterable<readonly [Rx.Rx<any>, any]> | undefined
readonly scheduleTask?: ((f: () => void) => void) | undefined
readonly timeoutResolution?: number | undefined
readonly defaultIdleTTL?: number | undefined
}
| undefined
) => Registry
Added in v1.0.0
models
Registry (interface)
Signature
export interface Registry {
readonly [TypeId]: TypeId
readonly get: Rx.Rx.Get
readonly mount: Rx.Rx.Mount
readonly refresh: Rx.Rx.RefreshRxSync
readonly set: Rx.Rx.Set
readonly subscribe: Rx.Rx.Subscribe
readonly reset: () => void
readonly dispose: () => void
}
Added in v1.0.0
type ids
TypeId
Signature
export declare const TypeId: typeof TypeId
Added in v1.0.0
TypeId (type alias)
Signature
export type TypeId = typeof TypeId
Added in v1.0.0