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

Method exportSchema

packages/shell/src/model/node.ts:520–525  ·  view source on GitHub ↗

* 导出节点数据 * @param stage * @param options * @returns

(
      stage: IPublicEnumTransformStage = IPublicEnumTransformStage.Render,
      options?: any,
    )

Source from the content-addressed store, hash-verified

518 * @returns
519 */
520 exportSchema(
521 stage: IPublicEnumTransformStage = IPublicEnumTransformStage.Render,
522 options?: any,
523 ): IPublicTypeNodeSchema {
524 return this[nodeSymbol].export(stage, options);
525 }
526
527 /**
528 * 在指定位置之前插入一个节点

Callers

nothing calls this directly

Calls 1

exportMethod · 0.65

Tested by

no test coverage detected