Skip to main content

SettleOptions

@rotorsoft/act-root


@rotorsoft/act-root / act/src / SettleOptions

Type Alias: SettleOptions

SettleOptions = DrainOptions & object

Defined in: libs/act/src/types/reaction.ts:274

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?

readonly optional correlate: Query

debounceMs?

readonly optional debounceMs: number

maxPasses?

readonly optional maxPasses: number