From 921e673c89891c2796330ab566486b339a9b2099 Mon Sep 17 00:00:00 2001 From: Johannes Doberer Date: Wed, 16 Oct 2024 10:18:47 +0200 Subject: [PATCH] Missing docu about events for Luigi_C_container (#3992) --- docs/luigi-compound-container-api.md | 4 +++- docs/luigi-container-api.md | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/luigi-compound-container-api.md b/docs/luigi-compound-container-api.md index 5f542f4cf1..a54a8e6464 100644 --- a/docs/luigi-compound-container-api.md +++ b/docs/luigi-compound-container-api.md @@ -16,7 +16,9 @@ meta --> # Luigi Compound Container API -This document outlines the parameters provided by the Luigi Compound Container. Luigi Compound Container provides the possibility to insert multiple webcomponent-based microfrontends in one container +This document outlines the parameters provided by the Luigi Compound Container. Luigi Compound Container provides the possibility to insert multiple webcomponent-based microfrontends in one container.
+In addition you can use standard `addEventListener` function to react on events emmitted by the Luigi Compound Container. The list of events and their meaning can be found [here](https://github.com/SAP/luigi/blob/main/container/src/constants/communication.ts). + ## API Reference diff --git a/docs/luigi-container-api.md b/docs/luigi-container-api.md index 811591430f..43a6aa6ddb 100644 --- a/docs/luigi-container-api.md +++ b/docs/luigi-container-api.md @@ -16,7 +16,8 @@ meta --> # Luigi Container API -This document outlines the parameters provided by the Luigi Container. +This document outlines the parameters provided by the Luigi Container.
+In addition you can use standard `addEventListener` function to react on events emmitted by the Luigi Container. The list of events and their meaning can be found [here](https://github.com/SAP/luigi/blob/main/container/src/constants/communication.ts). ## API Reference