WaitForTargetOptions interface
Signature
export interface WaitForTargetOptions
Properties
|
Property |
Modifiers |
Type | Description | Default |
|---|---|---|---|---|
| signal |
| AbortSignal | A signal object that allows you to cancel a waitFor call. | |
| timeout |
| number | Maximum wait time in milliseconds. Pass |
|