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

Method createPanel

packages/editor-skeleton/src/skeleton.ts:107–107  ·  view source on GitHub ↗
(config: IPublicTypePanelConfig)

Source from the content-addressed store, hash-verified

105 ): WidgetContainer;
106
107 createPanel(config: IPublicTypePanelConfig): Panel;
108
109 add(config: IPublicTypeSkeletonConfig, extraConfig?: Record<string, any>): IWidget | Widget | Panel | Stage | Dock | PanelDock | undefined;
110}

Callers 1

constructorMethod · 0.65

Implementers 1

Skeletonpackages/editor-skeleton/src/skeleton.

Calls

no outgoing calls

Tested by

no test coverage detected