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

Method showModal

web/pgadmin/static/js/helpers/Notifier.jsx:187–189  ·  view source on GitHub ↗
(title, content, modalOptions)

Source from the content-addressed store, hash-verified

185 }
186
187 showModal(title, content, modalOptions) {
188 this.modal.showModal(title, content, modalOptions);
189 }
190}
191
192export function NotifierProvider({ pgAdmin, pgWindow, getInstance, children, onReady }) {

Callers 15

showMethod · 0.80
restartFunction · 0.80
confirmBeforeCloseMethod · 0.80
onSearchNodeMethod · 0.80
showTableDialogMethod · 0.80
showRelationDialogMethod · 0.80
showConnectServerFunction · 0.80
connectServerModalFunction · 0.80
warnTxnCloseFunction · 0.80
warnSaveDataCloseFunction · 0.80
warnSaveTextCloseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected