| 1098 | } |
| 1099 | |
| 1100 | export interface ConnectionPreviewState { |
| 1101 | path: string |
| 1102 | title: string |
| 1103 | anchorRect: PreviewAnchorRect |
| 1104 | } |
| 1105 | |
| 1106 | function getVisiblePreviewScrollElement(): HTMLElement | null { |
| 1107 | if (typeof document === 'undefined') return null |
nothing calls this directly
no outgoing calls
no test coverage detected