We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0b931 commit 50d34f9Copy full SHA for 50d34f9
types/lobibox/index.d.ts
@@ -158,7 +158,7 @@ declare namespace LobiboxModule {
158
soundExt?: string | undefined; // Default extension for all sounds
159
showClass?: string | undefined; // Show animation class.
160
hideClass?: string | undefined; // Hide animation class.
161
- icon?: boolean | undefined; // Icon of notification. Leave as is for default icon or set custom string
+ icon?: string | boolean | undefined; // Icon of notification. Leave as is for default icon or set custom string
162
msg?: string | undefined; // Message of notification
163
img?: string | undefined; // Image source string
164
closable?: boolean | undefined; // Make notifications closable
0 commit comments