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

Method loadSortZoneModule

src/grid/header/Toolbar.mjs:303–305  ·  view source on GitHub ↗

* @returns {Promise }

()

Source from the content-addressed store, hash-verified

301 * @returns {Promise<any>}
302 */
303 loadSortZoneModule() {
304 return import('../../draggable/grid/header/toolbar/SortZone.mjs')
305 }
306
307 /**
308 * @param {Boolean} silent=false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected