Sync hit-test at composition coordinates. Requires same-origin iframe.
(x: number, y: number, opts?: { atTime?: number })
| 57 | export interface PreviewAdapter { |
| 58 | /** Sync hit-test at composition coordinates. Requires same-origin iframe. */ |
| 59 | elementAtPoint(x: number, y: number, opts?: { atTime?: number }): ElementAtPointResult | null; |
| 60 | |
| 61 | /** Apply draft CSS markers to the preview element (60fps, SDK not involved) */ |
| 62 | applyDraft(id: string, props: DraftProps): void; |
no outgoing calls
no test coverage detected