MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / importSchema

Method importSchema

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

* 导入 schema * @param data

(data?: IPublicTypeNodeData | IPublicTypeNodeData[])

Source from the content-addressed store, hash-verified

207 * @param data
208 */
209 importSchema(data?: IPublicTypeNodeData | IPublicTypeNodeData[]): void {
210 this[nodeChildrenSymbol].import(data);
211 }
212
213 /**
214 * 导出 schema

Callers

nothing calls this directly

Calls 1

importMethod · 0.65

Tested by

no test coverage detected