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

Method importSchema

packages/shell/src/model/window.ts:30–32  ·  view source on GitHub ↗
(schema: any)

Source from the content-addressed store, hash-verified

28 }
29
30 importSchema(schema: any): any {
31 this[windowSymbol].importSchema(schema);
32 }
33
34 changeViewType(viewName: string) {
35 this[windowSymbol].changeViewName(viewName, false);

Callers

nothing calls this directly

Calls 1

importSchemaMethod · 0.65

Tested by

no test coverage detected