Explorar o código

chore: add marker prop to BlockEntity interface

hkgnp %!s(int64=2) %!d(string=hai) anos
pai
achega
1c0e18daaa
Modificáronse 1 ficheiros con 1 adicións e 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
 }
 
 /**