docs: added a chapter on how to emit an event (#8414)

This commit is contained in:
Shahed Nasser
2024-08-05 11:39:47 +03:00
committed by GitHub
parent bb4f002d0a
commit e7965db071
2 changed files with 52 additions and 0 deletions
+4
View File
@@ -181,6 +181,10 @@ export const sidebar = sidebarAttachHrefCommonOptions(
path: "/advanced-development/events-and-subscribers/data-payload",
title: "Events Data Payload",
},
{
path: "/advanced-development/events-and-subscribers/emit-event",
title: "Emit an Event",
},
],
},
{