MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / ConnectionPreviewState

Interface ConnectionPreviewState

packages/app-core/src/store.ts:1100–1104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1098}
1099
1100export interface ConnectionPreviewState {
1101 path: string
1102 title: string
1103 anchorRect: PreviewAnchorRect
1104}
1105
1106function getVisiblePreviewScrollElement(): HTMLElement | null {
1107 if (typeof document === 'undefined') return null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected