MCPcopy Create free account
hub / github.com/ElemeFE/element-react / icon

Method icon

src/tree/model/node.js:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 }
136
137 get icon() {
138 return getPropertyFromData(this, 'icon');
139 }
140
141 get key() {
142 const nodeKey = this.store.key;

Callers

nothing calls this directly

Calls 1

getPropertyFromDataFunction · 0.85

Tested by

no test coverage detected