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

Function onClose

web/pgadmin/browser/static/js/node.js:403–403  ·  view source on GitHub ↗
(force=false)

Source from the content-addressed store, hash-verified

401 treeNodeInfo = pgBrowser.tree.getTreeNodeHierarchy(nodeItem);
402 const panelId = _.uniqueId(BROWSER_PANELS.EDIT_PROPERTIES);
403 const onClose = (force=false)=>{ pgBrowser.docker.default_workspace.close(panelId, force); };
404 const onSave = (newNodeData)=>{
405 // Clear the cache for this node now.
406 setTimeout(()=>{

Callers 7

onSaveFunction · 0.70
warnBeforeChangesLostFunction · 0.50
ObjectNodePropertiesFunction · 0.50
onWizardClosingFunction · 0.50
onSaveFunction · 0.50
ProcessNotifyMessageFunction · 0.50
onKeyDownFunction · 0.50

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected