MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / exportSchema

Method exportSchema

packages/shell/src/model/node-children.ts:218–220  ·  view source on GitHub ↗

* 导出 schema * @param stage * @returns

(stage: IPublicEnumTransformStage = IPublicEnumTransformStage.Render)

Source from the content-addressed store, hash-verified

216 * @returns
217 */
218 exportSchema(stage: IPublicEnumTransformStage = IPublicEnumTransformStage.Render): any {
219 return this[nodeChildrenSymbol].export(stage);
220 }
221
222 /**
223 * 执行新增、删除、排序等操作

Callers

nothing calls this directly

Calls 1

exportMethod · 0.65

Tested by

no test coverage detected