Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ slotFor
Method
slotFor
packages/shell/src/model/node.ts:297–299 ·
view source on GitHub ↗
* 当前节点为插槽节点时,返回节点对应的属性实例
()
Source
from the content-addressed store, hash-verified
295
* 当前节点为插槽节点时,返回节点对应的属性实例
296
*/
297
get slotFor(): IPublicModelProp | null | undefined {
298
return
ShellProp.create(this[nodeSymbol].slotFor);
299
}
300
301
/**
302
* 返回节点的属性集
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected