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

Method slotNode

packages/shell/src/model/prop.ts:52–54  ·  view source on GitHub ↗

* return the slot node (only if the current prop represents a slot)

()

Source from the content-addressed store, hash-verified

50 * return the slot node (only if the current prop represents a slot)
51 */
52 get slotNode(): IPublicModelNode | null {
53 return ShellNode.create(this[propSymbol].slotNode);
54 }
55
56 /**
57 * judge if it is a prop or not

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected