Browse Source

chore: add marker prop to BlockEntity interface

hkgnp 2 years ago
parent
commit
1c0e18daaa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libs/src/LSPlugin.ts

+ 1 - 0
libs/src/LSPlugin.ts

@@ -192,6 +192,7 @@ export interface BlockEntity {
   level?: number
   meta?: { timestamps: any; properties: any; startPos: number; endPos: number }
   title?: Array<any>
+	marker?: string
 }
 
 /**