Explorar el Código

chore: add marker prop to BlockEntity interface

hkgnp hace 2 años
padre
commit
1c0e18daaa
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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
 }
 
 /**