We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d26cc commit cd0141dCopy full SHA for cd0141d
1 file changed
src/types.ts
@@ -46,6 +46,9 @@ export interface Element {
46
doc_y?: number; // Y coordinate in document (center_y + scroll_y)
47
group_key?: string; // Geometric bucket key for ordinal grouping
48
group_index?: number; // Position within group (0-indexed, sorted by doc_y)
49
+
50
+ // Hyperlink URL (for link elements)
51
+ href?: string;
52
}
53
54
export interface Snapshot {
0 commit comments