浏览代码

chore: add marker prop to BlockEntity interface

hkgnp 2 年之前
父节点
当前提交
1c0e18daaa
共有 1 个文件被更改,包括 1 次插入0 次删除
  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
 }
 
 /**