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

Method createContainer

packages/editor-skeleton/src/skeleton.ts:99–99  ·  view source on GitHub ↗
(
    name: string,
    handle: (item: any) => any,
    exclusive?: boolean,
    checkVisible?: () => boolean,
    defaultSetCurrent?: boolean,
  )

Source from the content-addressed store, hash-verified

97 getStage(name: string): Stage | null;
98
99 createContainer(
100 name: string,
101 handle: (item: any) => any,
102 exclusive?: boolean,

Callers 2

constructorMethod · 0.65
constructorMethod · 0.65

Implementers 1

Skeletonpackages/editor-skeleton/src/skeleton.

Calls

no outgoing calls

Tested by

no test coverage detected