SettleOptions
@rotorsoft/act-root / act/src / SettleOptions
Type Alias: SettleOptions
SettleOptions =
DrainOptions&object
Defined in: libs/act/src/types/reaction.ts:260
Options for the debounced settle cycle.
Extends DrainOptions with parameters that control the debounce window, the correlation query, and the maximum number of correlate→drain passes.
Type Declaration
correlate?
readonlyoptionalcorrelate?:Query
debounceMs?
readonlyoptionaldebounceMs?:number
maxPasses?
readonlyoptionalmaxPasses?:number