MCPcopy
hub / github.com/linuxfoundation/crowd.dev / info

Method info

frontend/src/shared/message/message.js:68–84  ·  view source on GitHub ↗
(message, options = {})

Source from the content-addressed store, hash-verified

66 }
67
68 static info(message, options = {}) {
69 ElNotification(
70 {
71
72 title: options.title ? options.title : message,
73 showClose: true,
74 message: options.title ? message : null,
75 customClass: 'info',
76 icon: infoIcon,
77 duration: 0,
78 dangerouslyUseHTMLString: true,
79 position: 'bottom-right',
80 offset: 24,
81 ...options,
82 },
83 );
84 }
85
86 static closeAll() {
87 ElNotification.closeAll();

Callers 15

connectSocketFunction · 0.80
getThreadMessagesFunction · 0.80
createSingleTenantFunction · 0.80
conversationInitFunction · 0.80
seed-entities.tsFile · 0.80
create.tsFile · 0.80
juneIntegrationsInitFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected