Set preview selection; fires selectionchange on the session
(ids: string[], opts?: { additive?: boolean })
| 69 | |
| 70 | /** Set preview selection; fires selectionchange on the session */ |
| 71 | select(ids: string[], opts?: { additive?: boolean }): void; |
| 72 | |
| 73 | // Stage 8 prep: fired when the preview host changes selection (e.g. user clicks an element). |
| 74 | // Not wired up in stage 7 — callers listen to the session's own selectionchange event instead. |
no outgoing calls
no test coverage detected