Skip to content

Commit 5183b6f

Browse files
authored
Merge pull request #7 from lumapps/juanigalan91-patch-1
chore(custo): update getCurrentContent docs
2 parents 1648174 + d0eac8d commit 5183b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/javascript/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ window.lumapps.getCurrentContent();
13081308
| `isHomePage` | Whether the current content is the home page or not. | `boolean` |
13091309
| `loadedWidgets` | List of widgets currently loaded on the page, grouped by their id | `Record<string, object[]>` |
13101310

1311-
These are the current options that we support and maintain. Any other properties that might be returned when executing `window.lumapps.getCurrentContent()` are not guaranteed to be there in future releases of this API.
1311+
These are the current options that we support and maintain. Any other properties that might be returned when executing `window.lumapps.getCurrentContent()` are not guaranteed to be there in future releases of this API nor do we guarantee that they return stable values between navigations and pages.
13121312

13131313
### getInternalUrl
13141314

0 commit comments

Comments
 (0)