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

Method getAreaItems

packages/shell/src/api/skeleton.ts:75–77  ·  view source on GitHub ↗
(areaName: IPublicTypeWidgetConfigArea)

Source from the content-addressed store, hash-verified

73 }
74
75 getAreaItems(areaName: IPublicTypeWidgetConfigArea): IPublicModelSkeletonItem[] {
76 return this[skeletonSymbol][normalizeArea(areaName)].container.items?.map(d => new SkeletonItem(d));
77 }
78
79 getPanel(name: string) {
80 const item = this[skeletonSymbol].getPanel(name);

Callers

nothing calls this directly

Calls 2

normalizeAreaFunction · 0.85
mapMethod · 0.65

Tested by

no test coverage detected