(query: FindQuery)
| 463 | getElements(): ElementSnapshot[]; |
| 464 | getElement(id: HfId): ElementSnapshot | null; |
| 465 | find(query: FindQuery): string[]; |
| 466 | |
| 467 | // ── Selection API ────────────────────────────────────────────────────────── |
| 468 | /** Sugar: resolves getSelection() → explicit ops at call time */ |
no outgoing calls