@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?
optionalmode:"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.