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

Method open

packages/designer/src/project/project.ts:55–55  ·  view source on GitHub ↗
(doc?: string | IDocumentModel | IPublicTypeRootSchema)

Source from the content-addressed store, hash-verified

53 mountSimulator(simulator: ISimulatorHost): void;
54
55 open(doc?: string | IDocumentModel | IPublicTypeRootSchema): IDocumentModel | null;
56
57 getDocumentByFileName(fileName: string): IDocumentModel | null;
58

Callers 15

DesignerPluginClass · 0.65
openDocumentMethod · 0.65
createSimulatorFunction · 0.65
loadMethod · 0.65
openMethod · 0.65
project.test.tsFile · 0.65
selection.test.tsFile · 0.65
node.add.test.tsFile · 0.65

Implementers 1

Projectpackages/designer/src/project/project.

Calls

no outgoing calls

Tested by

no test coverage detected