Skip to content

@epikodelabs/streamix


@epikodelabs/streamix / src/public-api / ScopeOptions

Type Alias: ScopeOptions

ScopeOptions = object

Defined in: projects/libraries/streamix/src/lib/atoms/scope.ts:313

Options that control how a scope batches and emits updates.

Properties

mode?

optional mode: "discrete" | "analog"

Defined in: projects/libraries/streamix/src/lib/atoms/scope.ts:320

Notification mode for atoms created inside the scope.

discrete emits synchronously. analog batches/coalesces updates until the scheduler flushes them.

Released under the GNU AGPL v3 or later.