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

Method loadSortZoneModule

src/table/header/Toolbar.mjs:207–209  ·  view source on GitHub ↗

* @returns {Promise }

()

Source from the content-addressed store, hash-verified

205 * @returns {Promise<any>}
206 */
207 loadSortZoneModule() {
208 return import('../../draggable/table/header/toolbar/SortZone.mjs')
209 }
210}
211
212export default Neo.setupClass(Toolbar);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected