We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc8120 commit 3439540Copy full SHA for 3439540
1 file changed
docs/docs/api/project.md
@@ -182,19 +182,6 @@ importSchema(schema?: IPublicTypeProjectSchema): void;
182
```
183
相关类型:[IPublicTypeProjectSchema](https://github.com/alibaba/lowcode-engine/blob/main/packages/types/src/shell/type/project-schema.ts)
184
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
198
### addPropsTransducer
199
增加一个属性的管道处理函数
200
0 commit comments