Skip to content

Commit

Permalink
Missing docu about events for Luigi_C_container (#3992)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Oct 16, 2024
1 parent dabd9f5 commit 921e673
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/luigi-compound-container-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br/>
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

Expand Down
3 changes: 2 additions & 1 deletion docs/luigi-container-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br/>
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

Expand Down

0 comments on commit 921e673

Please sign in to comment.