Curried handle — holds only the id, no stale-ref hazard
(id: HfId)
| 469 | selection(): SelectionProxy; |
| 470 | /** Curried handle — holds only the id, no stale-ref hazard */ |
| 471 | element(id: HfId): ElementHandle; |
| 472 | getSelection(): string[]; |
| 473 | /** Replace the current selection; fires selectionchange. Pass [] to clear. */ |
| 474 | setSelection(ids: string[]): void; |
no outgoing calls
no test coverage detected