QueryOptions interface
Signature
export interface QueryOptions
Properties
|
Property |
Modifiers |
Type | Description | Default |
|---|---|---|---|---|
| isolate | boolean | Whether to run the query in isolation. When returning many elements from Page.$$() or similar methods, it might be useful to turn off the isolation to improve performance. By default, the querying code will be executed in a separate sandbox realm. |
|