MCPcopy Create free account
hub / github.com/neomjs/neo / updateSelectionModel

Method updateSelectionModel

examples/tableStore/MainContainer.mjs:180–186  ·  view source on GitHub ↗

* @param {Object} data

(data)

Source from the content-addressed store, hash-verified

178 * @param {Object} data
179 */
180 updateSelectionModel(data) {
181 if (data.value) {
182 this.getReference('table').body.selectionModel = {
183 ntype: data.component.value
184 }
185 }
186 }
187}
188
189export default Neo.setupClass(MainContainer);

Callers

nothing calls this directly

Calls 1

getReferenceMethod · 0.45

Tested by

no test coverage detected