From 343954009e920e5db5139df5b9267eae2babb291 Mon Sep 17 00:00:00 2001 From: ChiZng Date: Fri, 9 Jun 2023 15:52:27 +0800 Subject: [PATCH] =?UTF-8?q?doc(projectapi):=20=E5=88=A0=E9=99=A4=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E7=9A=84getCurrentDocument=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/api/project.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/docs/api/project.md b/docs/docs/api/project.md index e31672e25..7998228e2 100644 --- a/docs/docs/api/project.md +++ b/docs/docs/api/project.md @@ -182,19 +182,6 @@ importSchema(schema?: IPublicTypeProjectSchema): void; ``` 相关类型:[IPublicTypeProjectSchema](https://github.com/alibaba/lowcode-engine/blob/main/packages/types/src/shell/type/project-schema.ts) -### getCurrentDocument -获取当前的 document - -```typescript -/** - * 获取当前的 document - * get current document - * @returns - */ -getCurrentDocument(): IPublicModelDocumentModel | null; -``` -相关类型:[IPublicModelDocumentModel](https://github.com/alibaba/lowcode-engine/blob/main/packages/types/src/shell/model/document-model.ts) - ### addPropsTransducer 增加一个属性的管道处理函数