Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElemeFE/element-react
/ label
Method
label
src/tree/model/node.js:133–135 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
131
}
132
133
get label() {
134
return
getPropertyFromData(this,
'label'
);
135
}
136
137
get icon() {
138
return
getPropertyFromData(this,
'icon'
);
Callers
nothing calls this directly
Calls
1
getPropertyFromData
Function · 0.85
Tested by
no test coverage detected