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 478c77f commit 65872e2Copy full SHA for 65872e2
packages/element-web-module-api/src/api/builtins.ts
@@ -53,4 +53,12 @@ export interface BuiltinsApi {
53
* @param props - Additional props to pass to the room view
54
*/
55
renderRoomView(roomId: string, props?: RoomViewProps): React.ReactNode;
56
+
57
+ /**
58
+ * Render notification decoration component from element-web.
59
+ *
60
+ * @alpha
61
+ * @param roomId - Id of the room
62
+ */
63
+ renderNotificationDecoration(roomId: string): React.ReactNode;
64
}
0 commit comments