ShareReplayConfig

@mvuijs/core / rx / ShareReplayConfig

ShareReplayConfig #

Properties #

bufferSize? #

number

How many previous emissions should be replayed (Defaults to Infinity).

Defined in: packages/core/src/rx/operators/share.ts:124

refCount? #

boolean

Wether to reset the stream when all observers have unsubscribed.

Defined in: packages/core/src/rx/operators/share.ts:132

windowTime? #

number

Previous emissions older then this will be discarded (Defaults to Infinity).

Defined in: packages/core/src/rx/operators/share.ts:128