mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
doc(projectapi): 删除重复的getCurrentDocument方法
This commit is contained in:
parent
0dc8120f80
commit
343954009e
@ -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
|
||||
增加一个属性的管道处理函数
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user