docs(guide): add info on listening to events

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2024-08-25 22:14:05 +02:00
parent f4bffebcb1
commit a7a9fd5d0a
2 changed files with 76 additions and 4 deletions
+4 -4
View File
@@ -159,6 +159,10 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
items: [
{ text: 'Configuration', link: '/guide/vue-flow/config' },
{ text: 'State', link: '/guide/vue-flow/state' },
{
text: 'Events',
link: '/guide/vue-flow/events',
},
{
text: 'Actions',
link: '/typedocs/interfaces/Actions.html',
@@ -167,10 +171,6 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
text: 'Getters',
link: '/typedocs/interfaces/Getters.html',
},
{
text: 'Events',
link: '/typedocs/interfaces/FlowEvents.html',
},
{ text: 'Slots', link: '/guide/vue-flow/slots' },
],
},