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.
render
1 parent d15feb7 commit 2d17f7aCopy full SHA for 2d17f7a
src/core/components/notification/notification.d.ts
@@ -48,7 +48,7 @@ export namespace Notification {
48
/** Element to mount notifications to. (default app.el) */
49
containerEl?: HTMLElement | CSSSelector;
50
/** Custom function to render Notification. Must return notification html. */
51
- render?: () => string;
+ render?: (notification: Notification) => string;
52
/** Object with events handlers.. */
53
on?: {
54
[event in keyof Events]?: Events[event];
0 commit comments