Version:
interface
SettledOptions
typescript
interface SettledOptionsProperties
| Name | Type | Description |
|---|---|---|
matcher? | (event: AccessibilityEvent | WindowEvent) => boolean | Only events passing this matcher reset the quiet timer. |
minimumWaitMs? | number | Minimum wait before checking quiescence. Default: 50ms |
quietPeriodMs? | number | Time with no events to consider UI settled. Default: 300ms |
signal? | AbortSignal | AbortSignal for cancellation. |
signals? | SettledSignal[] | Which event types count as activity. Default: context-dependent. |
Was this page helpful?