summaryrefslogtreecommitdiff
path: root/api.d.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-08-16 16:43:31 +0200
committerThomas F. K. Jorna <[email protected]>2021-08-16 16:44:36 +0200
commit733cf88bbfb172fe9c2211d2432e2b1ff2ffcc2d (patch)
tree7fe47d14255bf25315bb397e5bf17c9a74e35b82 /api.d.ts
parentd5135e1caec93b7d87b5d40f1fc911702238092a (diff)
feat: link children to parent heading #62 #53 #49
Diffstat (limited to 'api.d.ts')
-rw-r--r--api.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/api.d.ts b/api.d.ts
index bd3cd65..b9032bc 100644
--- a/api.d.ts
+++ b/api.d.ts
@@ -9,6 +9,7 @@ export type OrgRoamNode = {
file: string
title: string
level: number
+ pos: number
properties: {
[key: string]: string | number
}