ActOptions
@rotorsoft/act-root / act/src / ActOptions
Type Alias: ActOptions
ActOptions =
object
Defined in: libs/act/src/act.ts:110
Options for Act construction (passed via ActBuilder.build).
Properties
maxSubscribedStreams?
readonlyoptionalmaxSubscribedStreams?:number
Defined in: libs/act/src/act.ts:111
Cap for the LRU set tracking already- subscribed reaction streams. Default: DEFAULT_MAX_SUBSCRIBED_STREAMS.
settleDebounceMs?
readonlyoptionalsettleDebounceMs?:number
Defined in: libs/act/src/act.ts:112
Debounce window (ms) used by settle() when
the caller doesn't pass SettleOptions.debounceMs. Tune this once per
Act instance instead of threading the value through every call site.
Default: DEFAULT_SETTLE_DEBOUNCE_MS.