@ckeditor/ckeditor5-ui 48.2.0 → 48.3.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/dist/arialiveannouncer.d.ts +90 -90
  2. package/dist/augmentation.d.ts +86 -86
  3. package/dist/autocomplete/autocompleteview.d.ts +70 -70
  4. package/dist/badge/badge.d.ts +119 -121
  5. package/dist/bindings/addkeyboardhandlingforgrid.d.ts +22 -22
  6. package/dist/bindings/clickoutsidehandler.d.ts +25 -25
  7. package/dist/bindings/csstransitiondisablermixin.d.ts +47 -36
  8. package/dist/bindings/draggableviewmixin.d.ts +45 -37
  9. package/dist/bindings/preventdefault.d.ts +30 -30
  10. package/dist/bindings/submithandler.d.ts +49 -49
  11. package/dist/button/button.d.ts +167 -167
  12. package/dist/button/buttonlabel.d.ts +28 -28
  13. package/dist/button/buttonlabelview.d.ts +26 -26
  14. package/dist/button/buttonview.d.ts +192 -192
  15. package/dist/button/filedialogbuttonview.d.ts +107 -99
  16. package/dist/button/listitembuttonview.d.ts +73 -73
  17. package/dist/button/switchbuttonview.d.ts +40 -40
  18. package/dist/collapsible/collapsibleview.d.ts +63 -63
  19. package/dist/colorgrid/colorgridview.d.ts +117 -117
  20. package/dist/colorgrid/colortileview.d.ts +21 -21
  21. package/dist/colorgrid/utils.d.ts +35 -35
  22. package/dist/colorpicker/colorpickerview.d.ts +155 -157
  23. package/dist/colorpicker/utils.d.ts +37 -37
  24. package/dist/colorselector/colorgridsfragmentview.d.ts +191 -191
  25. package/dist/colorselector/colorpickerfragmentview.d.ts +129 -129
  26. package/dist/colorselector/colorselectorview.d.ts +227 -229
  27. package/dist/colorselector/documentcolorcollection.d.ts +52 -59
  28. package/dist/componentfactory.d.ts +76 -76
  29. package/dist/dialog/dialog.d.ts +311 -288
  30. package/dist/dialog/dialogactionsview.d.ts +62 -62
  31. package/dist/dialog/dialogcontentview.d.ts +22 -22
  32. package/dist/dialog/dialogview.d.ts +255 -251
  33. package/dist/dropdown/button/dropdownbutton.d.ts +17 -17
  34. package/dist/dropdown/button/dropdownbuttonview.d.ts +41 -41
  35. package/dist/dropdown/button/splitbuttonview.d.ts +155 -155
  36. package/dist/dropdown/dropdownpanelfocusable.d.ts +16 -16
  37. package/dist/dropdown/dropdownpanelview.d.ts +56 -56
  38. package/dist/dropdown/dropdownview.d.ts +326 -326
  39. package/dist/dropdown/menu/dropdownmenubehaviors.d.ts +43 -43
  40. package/dist/dropdown/menu/dropdownmenubuttonview.d.ts +29 -29
  41. package/dist/dropdown/menu/dropdownmenulistitembuttonview.d.ts +12 -12
  42. package/dist/dropdown/menu/dropdownmenulistitemview.d.ts +17 -17
  43. package/dist/dropdown/menu/dropdownmenulistview.d.ts +19 -19
  44. package/dist/dropdown/menu/dropdownmenunestedmenupanelview.d.ts +28 -28
  45. package/dist/dropdown/menu/dropdownmenunestedmenuview.d.ts +126 -126
  46. package/dist/dropdown/menu/dropdownmenurootlistview.d.ts +132 -132
  47. package/dist/dropdown/menu/utils.d.ts +112 -112
  48. package/dist/dropdown/utils.d.ts +272 -272
  49. package/dist/editableui/editableuiview.d.ts +78 -78
  50. package/dist/editableui/inline/inlineeditableuiview.d.ts +38 -38
  51. package/dist/editorui/accessibilityhelp/accessibilityhelp.d.ts +50 -50
  52. package/dist/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts +30 -30
  53. package/dist/editorui/bodycollection.d.ts +86 -86
  54. package/dist/editorui/boxed/boxededitoruiview.d.ts +35 -35
  55. package/dist/editorui/editorui.d.ts +348 -351
  56. package/dist/editorui/editoruiview.d.ts +53 -53
  57. package/dist/editorui/evaluationbadge.d.ts +28 -28
  58. package/dist/editorui/poweredby.d.ts +25 -25
  59. package/dist/focuscycler.d.ts +265 -270
  60. package/dist/formheader/formheaderview.d.ts +53 -53
  61. package/dist/formrow/formrowview.d.ts +52 -52
  62. package/dist/highlightedtext/buttonlabelwithhighlightview.d.ts +25 -25
  63. package/dist/highlightedtext/highlightedtextview.d.ts +33 -33
  64. package/dist/highlightedtext/labelwithhighlightview.d.ts +21 -21
  65. package/dist/icon/iconview.d.ts +83 -83
  66. package/dist/iframe/iframeview.d.ts +42 -42
  67. package/dist/index.css.map +1 -1
  68. package/dist/index.d.ts +136 -136
  69. package/dist/index.js +16467 -17751
  70. package/dist/index.js.map +1 -1
  71. package/dist/input/inputbase.d.ts +114 -114
  72. package/dist/input/inputview.d.ts +28 -28
  73. package/dist/inputnumber/inputnumberview.d.ts +44 -44
  74. package/dist/inputtext/inputtextview.d.ts +13 -13
  75. package/dist/label/labelview.d.ts +31 -31
  76. package/dist/labeledfield/labeledfieldview.d.ts +180 -180
  77. package/dist/labeledfield/utils.d.ts +112 -112
  78. package/dist/labeledinput/labeledinputview.d.ts +120 -120
  79. package/dist/legacyerrors.d.ts +0 -4
  80. package/dist/list/listitemgroupview.d.ts +54 -54
  81. package/dist/list/listitemview.d.ts +31 -31
  82. package/dist/list/listseparatorview.d.ts +13 -13
  83. package/dist/list/listview.d.ts +119 -119
  84. package/dist/menubar/menubarmenubuttonview.d.ts +28 -28
  85. package/dist/menubar/menubarmenulistitembuttonview.d.ts +16 -16
  86. package/dist/menubar/menubarmenulistitemfiledialogbuttonview.d.ts +18 -18
  87. package/dist/menubar/menubarmenulistitemview.d.ts +20 -20
  88. package/dist/menubar/menubarmenulistview.d.ts +24 -24
  89. package/dist/menubar/menubarmenupanelview.d.ts +47 -47
  90. package/dist/menubar/menubarmenuview.d.ts +113 -113
  91. package/dist/menubar/menubarview.d.ts +145 -145
  92. package/dist/menubar/utils.d.ts +455 -455
  93. package/dist/model.d.ts +19 -18
  94. package/dist/notification/notification.d.ts +200 -200
  95. package/dist/panel/balloon/balloonpanelview.d.ts +692 -692
  96. package/dist/panel/balloon/contextualballoon.d.ts +298 -298
  97. package/dist/panel/sticky/stickypanelview.d.ts +151 -151
  98. package/dist/search/filteredview.d.ts +23 -23
  99. package/dist/search/filtergroupanditemnames.d.ts +11 -11
  100. package/dist/search/searchinfoview.d.ts +39 -39
  101. package/dist/search/searchresultsview.d.ts +49 -49
  102. package/dist/search/text/searchtextqueryview.d.ts +63 -63
  103. package/dist/search/text/searchtextview.d.ts +203 -203
  104. package/dist/spinner/spinnerview.d.ts +20 -20
  105. package/dist/template.d.ts +897 -902
  106. package/dist/textarea/textareaview.d.ts +96 -96
  107. package/dist/toolbar/balloon/balloontoolbar.d.ts +122 -122
  108. package/dist/toolbar/block/blockbuttonview.d.ts +30 -30
  109. package/dist/toolbar/block/blocktoolbar.d.ts +166 -166
  110. package/dist/toolbar/normalizetoolbarconfig.d.ts +35 -35
  111. package/dist/toolbar/toolbarlinebreakview.d.ts +13 -13
  112. package/dist/toolbar/toolbarseparatorview.d.ts +13 -13
  113. package/dist/toolbar/toolbarview.d.ts +271 -271
  114. package/dist/tooltipmanager.d.ts +190 -193
  115. package/dist/view.d.ts +385 -388
  116. package/dist/viewcollection.d.ts +134 -134
  117. package/package.json +6 -6
package/dist/model.d.ts CHANGED
@@ -1,22 +1,23 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
- */
5
- declare const UIModel_base: {
6
- new (): import("@ckeditor/ckeditor5-utils").Observable;
7
- prototype: import("@ckeditor/ckeditor5-utils").Observable;
8
- };
2
+ * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
9
5
  /**
10
- * The base MVC model class.
11
- */
12
- export declare class UIModel extends /* #__PURE__ */ UIModel_base {
13
- [x: string]: unknown;
14
- /**
15
- * Creates a new Model instance.
16
- *
17
- * @param attributes The model state attributes to be defined during the instance creation.
18
- * @param properties The (out of state) properties to be appended to the instance during creation.
19
- */
20
- constructor(attributes?: Record<string, unknown>, properties?: Record<string, unknown>);
6
+ * @module ui/model
7
+ */
8
+ import { type ObservableMixinConstructor } from "@ckeditor/ckeditor5-utils";
9
+ declare const UIModelBase: ObservableMixinConstructor;
10
+ /**
11
+ * The base MVC model class.
12
+ */
13
+ export declare class UIModel extends UIModelBase {
14
+ [x: string]: unknown;
15
+ /**
16
+ * Creates a new Model instance.
17
+ *
18
+ * @param attributes The model state attributes to be defined during the instance creation.
19
+ * @param properties The (out of state) properties to be appended to the instance during creation.
20
+ */
21
+ constructor(attributes?: Record<string, unknown>, properties?: Record<string, unknown>);
21
22
  }
22
23
  export {};
@@ -1,215 +1,215 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
- */
2
+ * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
5
  /**
6
- * @module ui/notification/notification
7
- */
8
- import { ContextPlugin } from '@ckeditor/ckeditor5-core';
6
+ * @module ui/notification/notification
7
+ */
8
+ import { ContextPlugin } from "@ckeditor/ckeditor5-core";
9
9
  /**
10
- * The Notification plugin.
11
- *
12
- * This plugin sends a few types of notifications: `success`, `info` and `warning`. The notifications need to be
13
- * handled and displayed by a plugin responsible for showing the UI of the notifications. Using this plugin for dispatching
14
- * notifications makes it possible to switch the notifications UI.
15
- *
16
- * Note that every unhandled and not stopped `warning` notification will be displayed as a system alert.
17
- * See {@link module:ui/notification/notification~Notification#showWarning}.
18
- */
10
+ * The Notification plugin.
11
+ *
12
+ * This plugin sends a few types of notifications: `success`, `info` and `warning`. The notifications need to be
13
+ * handled and displayed by a plugin responsible for showing the UI of the notifications. Using this plugin for dispatching
14
+ * notifications makes it possible to switch the notifications UI.
15
+ *
16
+ * Note that every unhandled and not stopped `warning` notification will be displayed as a system alert.
17
+ * See {@link module:ui/notification/notification~Notification#showWarning}.
18
+ */
19
19
  export declare class Notification extends ContextPlugin {
20
- /**
21
- * @inheritDoc
22
- */
23
- static get pluginName(): "Notification";
24
- /**
25
- * @inheritDoc
26
- */
27
- static get isOfficialPlugin(): true;
28
- /**
29
- * @inheritDoc
30
- */
31
- init(): void;
32
- /**
33
- * Shows a success notification.
34
- *
35
- * By default, it fires the {@link #event:show:success `show:success` event} with the given `data`. The event namespace can be extended
36
- * using the `data.namespace` option. For example:
37
- *
38
- * ```ts
39
- * showSuccess( 'Image is uploaded.', {
40
- * namespace: 'upload:image'
41
- * } );
42
- * ```
43
- *
44
- * will fire the `show:success:upload:image` event.
45
- *
46
- * You can provide the title of the notification:
47
- *
48
- * ```ts
49
- * showSuccess( 'Image is uploaded.', {
50
- * title: 'Image upload success'
51
- * } );
52
- * ```
53
- *
54
- * @param message The content of the notification.
55
- * @param data Additional data.
56
- * @param data.namespace Additional event namespace.
57
- * @param data.title The title of the notification.
58
- */
59
- showSuccess(message: string, data?: {
60
- namespace?: string;
61
- title?: string;
62
- }): void;
63
- /**
64
- * Shows an information notification.
65
- *
66
- * By default, it fires the {@link #event:show:info `show:info` event} with the given `data`. The event namespace can be extended
67
- * using the `data.namespace` option. For example:
68
- *
69
- * ```ts
70
- * showInfo( 'Editor is offline.', {
71
- * namespace: 'editor:status'
72
- * } );
73
- * ```
74
- *
75
- * will fire the `show:info:editor:status` event.
76
- *
77
- * You can provide the title of the notification:
78
- *
79
- * ```ts
80
- * showInfo( 'Editor is offline.', {
81
- * title: 'Network information'
82
- * } );
83
- * ```
84
- *
85
- * @param message The content of the notification.
86
- * @param data Additional data.
87
- * @param data.namespace Additional event namespace.
88
- * @param data.title The title of the notification.
89
- */
90
- showInfo(message: string, data?: {
91
- namespace?: string;
92
- title?: string;
93
- }): void;
94
- /**
95
- * Shows a warning notification.
96
- *
97
- * By default, it fires the {@link #event:show:warning `show:warning` event}
98
- * with the given `data`. The event namespace can be extended using the `data.namespace` option. For example:
99
- *
100
- * ```ts
101
- * showWarning( 'Image upload error.', {
102
- * namespace: 'upload:image'
103
- * } );
104
- * ```
105
- *
106
- * will fire the `show:warning:upload:image` event.
107
- *
108
- * You can provide the title of the notification:
109
- *
110
- * ```ts
111
- * showWarning( 'Image upload error.', {
112
- * title: 'Upload failed'
113
- * } );
114
- * ```
115
- *
116
- * Note that each unhandled and not stopped `warning` notification will be displayed as a system alert.
117
- * The plugin responsible for displaying warnings should `stop()` the event to prevent displaying it as an alert:
118
- *
119
- * ```ts
120
- * notifications.on( 'show:warning', ( evt, data ) => {
121
- * // Do something with the data.
122
- *
123
- * // Stop this event to prevent displaying it as an alert.
124
- * evt.stop();
125
- * } );
126
- * ```
127
- *
128
- * You can attach many listeners to the same event and `stop()` this event in a listener with a low priority:
129
- *
130
- * ```ts
131
- * notifications.on( 'show:warning', ( evt, data ) => {
132
- * // Show the warning in the UI, but do not stop it.
133
- * } );
134
- *
135
- * notifications.on( 'show:warning', ( evt, data ) => {
136
- * // Log the warning to some error tracker.
137
- *
138
- * // Stop this event to prevent displaying it as an alert.
139
- * evt.stop();
140
- * }, { priority: 'low' } );
141
- * ```
142
- *
143
- * @param message The content of the notification.
144
- * @param data Additional data.
145
- * @param data.namespace Additional event namespace.
146
- * @param data.title The title of the notification.
147
- */
148
- showWarning(message: string, data?: {
149
- namespace?: string;
150
- title?: string;
151
- }): void;
152
- /**
153
- * Fires the `show` event with the specified type, namespace and message.
154
- *
155
- * @param data The message data.
156
- * @param data.message The content of the notification.
157
- * @param data.type The type of the message.
158
- * @param data.namespace Additional event namespace.
159
- * @param data.title The title of the notification.
160
- */
161
- private _showNotification;
20
+ /**
21
+ * @inheritDoc
22
+ */
23
+ static get pluginName(): "Notification";
24
+ /**
25
+ * @inheritDoc
26
+ */
27
+ static override get isOfficialPlugin(): true;
28
+ /**
29
+ * @inheritDoc
30
+ */
31
+ init(): void;
32
+ /**
33
+ * Shows a success notification.
34
+ *
35
+ * By default, it fires the {@link #event:show:success `show:success` event} with the given `data`. The event namespace can be extended
36
+ * using the `data.namespace` option. For example:
37
+ *
38
+ * ```ts
39
+ * showSuccess( 'Image is uploaded.', {
40
+ * namespace: 'upload:image'
41
+ * } );
42
+ * ```
43
+ *
44
+ * will fire the `show:success:upload:image` event.
45
+ *
46
+ * You can provide the title of the notification:
47
+ *
48
+ * ```ts
49
+ * showSuccess( 'Image is uploaded.', {
50
+ * title: 'Image upload success'
51
+ * } );
52
+ * ```
53
+ *
54
+ * @param message The content of the notification.
55
+ * @param data Additional data.
56
+ * @param data.namespace Additional event namespace.
57
+ * @param data.title The title of the notification.
58
+ */
59
+ showSuccess(message: string, data?: {
60
+ namespace?: string;
61
+ title?: string;
62
+ }): void;
63
+ /**
64
+ * Shows an information notification.
65
+ *
66
+ * By default, it fires the {@link #event:show:info `show:info` event} with the given `data`. The event namespace can be extended
67
+ * using the `data.namespace` option. For example:
68
+ *
69
+ * ```ts
70
+ * showInfo( 'Editor is offline.', {
71
+ * namespace: 'editor:status'
72
+ * } );
73
+ * ```
74
+ *
75
+ * will fire the `show:info:editor:status` event.
76
+ *
77
+ * You can provide the title of the notification:
78
+ *
79
+ * ```ts
80
+ * showInfo( 'Editor is offline.', {
81
+ * title: 'Network information'
82
+ * } );
83
+ * ```
84
+ *
85
+ * @param message The content of the notification.
86
+ * @param data Additional data.
87
+ * @param data.namespace Additional event namespace.
88
+ * @param data.title The title of the notification.
89
+ */
90
+ showInfo(message: string, data?: {
91
+ namespace?: string;
92
+ title?: string;
93
+ }): void;
94
+ /**
95
+ * Shows a warning notification.
96
+ *
97
+ * By default, it fires the {@link #event:show:warning `show:warning` event}
98
+ * with the given `data`. The event namespace can be extended using the `data.namespace` option. For example:
99
+ *
100
+ * ```ts
101
+ * showWarning( 'Image upload error.', {
102
+ * namespace: 'upload:image'
103
+ * } );
104
+ * ```
105
+ *
106
+ * will fire the `show:warning:upload:image` event.
107
+ *
108
+ * You can provide the title of the notification:
109
+ *
110
+ * ```ts
111
+ * showWarning( 'Image upload error.', {
112
+ * title: 'Upload failed'
113
+ * } );
114
+ * ```
115
+ *
116
+ * Note that each unhandled and not stopped `warning` notification will be displayed as a system alert.
117
+ * The plugin responsible for displaying warnings should `stop()` the event to prevent displaying it as an alert:
118
+ *
119
+ * ```ts
120
+ * notifications.on( 'show:warning', ( evt, data ) => {
121
+ * // Do something with the data.
122
+ *
123
+ * // Stop this event to prevent displaying it as an alert.
124
+ * evt.stop();
125
+ * } );
126
+ * ```
127
+ *
128
+ * You can attach many listeners to the same event and `stop()` this event in a listener with a low priority:
129
+ *
130
+ * ```ts
131
+ * notifications.on( 'show:warning', ( evt, data ) => {
132
+ * // Show the warning in the UI, but do not stop it.
133
+ * } );
134
+ *
135
+ * notifications.on( 'show:warning', ( evt, data ) => {
136
+ * // Log the warning to some error tracker.
137
+ *
138
+ * // Stop this event to prevent displaying it as an alert.
139
+ * evt.stop();
140
+ * }, { priority: 'low' } );
141
+ * ```
142
+ *
143
+ * @param message The content of the notification.
144
+ * @param data Additional data.
145
+ * @param data.namespace Additional event namespace.
146
+ * @param data.title The title of the notification.
147
+ */
148
+ showWarning(message: string, data?: {
149
+ namespace?: string;
150
+ title?: string;
151
+ }): void;
152
+ /**
153
+ * Fires the `show` event with the specified type, namespace and message.
154
+ *
155
+ * @param data The message data.
156
+ * @param data.message The content of the notification.
157
+ * @param data.type The type of the message.
158
+ * @param data.namespace Additional event namespace.
159
+ * @param data.title The title of the notification.
160
+ */
161
+ private _showNotification;
162
162
  }
163
- export type NotificationEventType = 'success' | 'info' | 'warning';
163
+ export type NotificationEventType = "success" | "info" | "warning";
164
164
  /**
165
- * Fired when one of the `showSuccess()`, `showInfo()`, `showWarning()` methods is called.
166
- *
167
- * @eventName ~Notification#show
168
- * @param data The notification data.
169
- */
165
+ * Fired when one of the `showSuccess()`, `showInfo()`, `showWarning()` methods is called.
166
+ *
167
+ * @eventName ~Notification#show
168
+ * @param data The notification data.
169
+ */
170
170
  export type NotificationShowEvent = {
171
- name: 'show';
172
- args: [data: NotificationShowEventData];
171
+ name: "show";
172
+ args: [data: NotificationShowEventData];
173
173
  };
174
174
  /**
175
- * Fired when the `showSuccess()` method is called.
176
- *
177
- * @eventName ~Notification#show:success
178
- * @param data The notification data.
179
- */
180
- export type NotificationShowSuccessEvent = NotificationShowTypeEvent<'success'>;
175
+ * Fired when the `showSuccess()` method is called.
176
+ *
177
+ * @eventName ~Notification#show:success
178
+ * @param data The notification data.
179
+ */
180
+ export type NotificationShowSuccessEvent = NotificationShowTypeEvent<"success">;
181
181
  /**
182
- * Fired when the `showInfo()` method is called.
183
- *
184
- * @eventName ~Notification#show:info
185
- * @param data The notification data.
186
- */
187
- export type NotificationShowInfoEvent = NotificationShowTypeEvent<'info'>;
182
+ * Fired when the `showInfo()` method is called.
183
+ *
184
+ * @eventName ~Notification#show:info
185
+ * @param data The notification data.
186
+ */
187
+ export type NotificationShowInfoEvent = NotificationShowTypeEvent<"info">;
188
188
  /**
189
- * Fired when the `showWarning()` method is called.
190
- *
191
- * When this event is not handled or stopped by `event.stop()`, the `data.message` of this event will
192
- * be automatically displayed as a system alert.
193
- *
194
- * @eventName ~Notification#show:warning
195
- * @param data The notification data.
196
- */
197
- export type NotificationShowWarningEvent = NotificationShowTypeEvent<'warning'>;
189
+ * Fired when the `showWarning()` method is called.
190
+ *
191
+ * When this event is not handled or stopped by `event.stop()`, the `data.message` of this event will
192
+ * be automatically displayed as a system alert.
193
+ *
194
+ * @eventName ~Notification#show:warning
195
+ * @param data The notification data.
196
+ */
197
+ export type NotificationShowWarningEvent = NotificationShowTypeEvent<"warning">;
198
198
  export type NotificationShowTypeEvent<NotificationType extends NotificationEventType> = {
199
- name: `show:${NotificationType}` | `show:${NotificationType}:${string}`;
200
- args: [data: NotificationShowEventData<NotificationType>];
199
+ name: `show:${NotificationType}` | `show:${NotificationType}:${string}`;
200
+ args: [data: NotificationShowEventData<NotificationType>];
201
201
  };
202
202
  export type NotificationShowEventData<NotificationType extends NotificationEventType = NotificationEventType> = {
203
- /**
204
- * The content of the notification.
205
- */
206
- message: string;
207
- /**
208
- * The title of the notification.
209
- */
210
- title: string;
211
- /**
212
- * The type of the notification.
213
- */
214
- type: NotificationType;
203
+ /**
204
+ * The content of the notification.
205
+ */
206
+ message: string;
207
+ /**
208
+ * The title of the notification.
209
+ */
210
+ title: string;
211
+ /**
212
+ * The type of the notification.
213
+ */
214
+ type: NotificationType;
215
215
  };