charlie 9 ヶ月 前
コミット
03592a26b6
1 ファイル変更1 行追加1 行削除
  1. 1 1
      libs/src/LSPlugin.ts

+ 1 - 1
libs/src/LSPlugin.ts

@@ -819,7 +819,7 @@ export interface IEditorProxy extends Record<string, any> {
     }>,
     opts?: { name?: string }) => Promise<IEntityID>
 
-  // remove property definition
+  // remove property entity
   removeProperty: (key: string) => Promise<void>
 
   // block property related APIs