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

Method isSlot

packages/designer/src/document/node/node.ts:502–504  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

500 }
501
502 isSlot(): boolean {
503 return this.isSlotNode;
504 }
505
506 get isSlotNode(): boolean {
507 return this._slotFor != null && this.componentName === 'Slot';

Callers 3

internalSetParentMethod · 0.95
removeMethod · 0.95
importMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected