Skip to content

Commit 3439540

Browse files
ChiZngJackLian
authored andcommitted
doc(projectapi): 删除重复的getCurrentDocument方法
1 parent 0dc8120 commit 3439540

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

docs/docs/api/project.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -182,19 +182,6 @@ importSchema(schema?: IPublicTypeProjectSchema): void;
182182
```
183183
相关类型:[IPublicTypeProjectSchema](https://github.com/alibaba/lowcode-engine/blob/main/packages/types/src/shell/type/project-schema.ts)
184184

185-
### getCurrentDocument
186-
获取当前的 document
187-
188-
```typescript
189-
/**
190-
* 获取当前的 document
191-
* get current document
192-
* @returns
193-
*/
194-
getCurrentDocument(): IPublicModelDocumentModel | null;
195-
```
196-
相关类型:[IPublicModelDocumentModel](https://github.com/alibaba/lowcode-engine/blob/main/packages/types/src/shell/model/document-model.ts)
197-
198185
### addPropsTransducer
199186
增加一个属性的管道处理函数
200187

0 commit comments

Comments
 (0)