MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / selectNode

Method selectNode

web/pgadmin/static/js/tree/tree.js:186–188  ·  view source on GitHub ↗
(item, ensureVisible = false, align = 'auto')

Source from the content-addressed store, hash-verified

184 }
185
186 async selectNode(item, ensureVisible = false, align = 'auto') {
187 this.tree.setActiveFile(item, ensureVisible, align);
188 }
189
190 async unload(item) {
191 await this.tree.unload(item);

Callers 2

reloadMethod · 0.45
changeWorkspaceFunction · 0.45

Calls 1

setActiveFileMethod · 0.80

Tested by

no test coverage detected