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

Method infoText

web/pgadmin/static/js/helpers/Notifier.jsx:104–106  ·  view source on GitHub ↗
(msg, autoHideDuration = AUTO_HIDE_DURATION)

Source from the content-addressed store, hash-verified

102 this.snackbar.callNotify(msg, MESSAGE_TYPE.WARNING, autoHideDuration, {plainText: true});
103 }
104 infoText(msg, autoHideDuration = AUTO_HIDE_DURATION) {
105 this.snackbar.callNotify(msg, MESSAGE_TYPE.INFO, autoHideDuration, {plainText: true});
106 }
107 errorText(msg, autoHideDuration = AUTO_HIDE_DURATION) {
108 this.snackbar.callNotify(msg, MESSAGE_TYPE.ERROR, autoHideDuration, {plainText: true});
109 }

Callers 1

Notifier.spec.jsFile · 0.80

Calls 1

callNotifyMethod · 0.80

Tested by

no test coverage detected