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

Function onClose

web/pgadmin/static/js/Dialogs/index.jsx:190–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

188
189 const panelId = BROWSER_PANELS.SEARCH_OBJECTS;
190 const onClose = ()=>{pgAdmin.Browser.docker.default_workspace.close(panelId);};
191 pgAdmin.Browser.docker.default_workspace.openDialog({
192 id: panelId,
193 title: title,

Callers 13

UrlDialogContentFunction · 0.70
showServerPasswordFunction · 0.70
showMasterPasswordFunction · 0.70
showChangeServerPasswordFunction · 0.70
showChangeUserPasswordFunction · 0.70
showNamedRestorePointFunction · 0.70
showChangeOwnershipFunction · 0.70
showRenameTabFunction · 0.70
onKeyPressFunction · 0.50
onEscapeFunction · 0.50
clearAndCloseFunction · 0.50
closeModalFunction · 0.50

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected