MCPcopy
hub / github.com/Comfy-Org/ComfyUI-Manager / infoToast

Function infoToast

comfyui_manager/js/common.js:134–146  ·  view source on GitHub ↗
(summary, message)

Source from the content-addressed store, hash-verified

132}
133
134export function infoToast(summary, message) {
135 try {
136 app.extensionManager.toast.add({
137 severity: 'info',
138 summary: summary,
139 detail: message,
140 life: 3000
141 })
142 }
143 catch {
144 // do nothing
145 }
146}
147
148
149export async function customPrompt(title, message) {

Callers 8

switchComfyUIFunction · 0.90
onQueueStatusFunction · 0.90
restartOrStopFunction · 0.90
bindEventsMethod · 0.90
onQueueCompletedMethod · 0.90
loadDataMethod · 0.90
bindEventsMethod · 0.90
onQueueCompletedMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected