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 f548f8b commit 61f9240Copy full SHA for 61f9240
docs/javascript/api.md
@@ -799,7 +799,7 @@ This component allows to display a [micro app](https://docs.lumapps.com/docs/ls/
799
800
For example, the following snippet will display a MicroApp above the Org. chart on the User's Profile.
801
```js
802
-window.lumapps.customize(({ components, constants, render }) => {
+window.lumapps.customize(({ components, constants, render, placement }) => {
803
const { MicroApp, Card } = components;
804
805
render({
0 commit comments