Interface: HubOptions

index.HubOptions

Options for configuring a dedicated reactivity pipeline hub.

Table of contents

Properties

Properties

batchFlushMs

Optional batchFlushMs: number

Optional debounce or batch flush threshold in milliseconds.


filter

Optional filter: (source: ReactiveSource<unknown>) => boolean

Type declaration

(source): boolean

Optional filter predicate to include or exclude specific reactive sources.

Parameters
Name Type
source ReactiveSource<unknown>
Returns

boolean