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

Method setDefaultCheckedKey

src/tree/model/tree-store.js:122–127  ·  view source on GitHub ↗
(newVal)

Source from the content-addressed store, hash-verified

120 }
121
122 setDefaultCheckedKey(newVal) {
123 if (newVal !== this.defaultCheckedKeys) {
124 this.defaultCheckedKeys = newVal;
125 this._initDefaultCheckedNodes();
126 }
127 }
128
129 registerNode(node) {
130 const key = this.key;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected