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

Method slots

packages/shell/src/model/node.ts:290–292  ·  view source on GitHub ↗

* 节点上挂载的插槽节点们

()

Source from the content-addressed store, hash-verified

288 * 节点上挂载的插槽节点们
289 */
290 get slots(): IPublicModelNode[] {
291 return this[nodeSymbol].slots.map((node: InnerNode) => Node.create(node)!);
292 }
293
294 /**
295 * 当前节点为插槽节点时,返回节点对应的属性实例

Callers

nothing calls this directly

Calls 2

mapMethod · 0.65
createMethod · 0.45

Tested by

no test coverage detected