Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
internalSetParent
Method · 0.95
remove
Method · 0.95
import
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected