Sugar: resolves getSelection() → explicit ops at call time
()
| 467 | // ── Selection API ────────────────────────────────────────────────────────── |
| 468 | /** Sugar: resolves getSelection() → explicit ops at call time */ |
| 469 | selection(): SelectionProxy; |
| 470 | /** Curried handle — holds only the id, no stale-ref hazard */ |
| 471 | element(id: HfId): ElementHandle; |
| 472 | getSelection(): string[]; |
no outgoing calls
no test coverage detected