Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ isLeaf
Method
isLeaf
packages/designer/src/document/node/node.ts:524–526 ·
view source on GitHub ↗
* 终端节点,内容一般为 文字 或者 表达式
()
Source
from the content-addressed store, hash-verified
522
* 终端节点,内容一般为 文字 或者 表达式
523
*/
524
isLeaf(): boolean {
525
return
this.isLeafNode;
526
}
527
get isLeafNode(): boolean {
528
return
this.componentName ===
'Leaf'
;
529
}
Callers
1
export
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected