diff --git a/docs/embed-dossier-consumption-page/embed-dossier-consumption-properties.md b/docs/embed-dossier-consumption-page/embed-dossier-consumption-properties.md index 1013a12..94755b6 100644 --- a/docs/embed-dossier-consumption-page/embed-dossier-consumption-properties.md +++ b/docs/embed-dossier-consumption-page/embed-dossier-consumption-properties.md @@ -343,6 +343,10 @@ Use the `dossierConsumption` object to customize the options on the dashboard co - Enable dashoard page selection in the TOC panel. - Default value: `false`. +- `disableGroupSelection` + - Disable group selection in the component selection mode. + - Default value: `false`. + #### Sample ```js @@ -356,6 +360,7 @@ microstrategy.embeddingContexts.embedDossierConsumptionPage({ componentSelectionMode: "multipleSelection", disableManipulationsAutoSaving: false, enablePageSelection: false, + disableGroupSelection: true, }, }, }); diff --git a/docs/whats-new-in-the-embedding-sdk.md b/docs/whats-new-in-the-embedding-sdk.md index 2425f69..304b7c0 100644 --- a/docs/whats-new-in-the-embedding-sdk.md +++ b/docs/whats-new-in-the-embedding-sdk.md @@ -5,6 +5,11 @@ description: In each release, changes are made to make the MicroStrategy SDK mor In each release, changes are made to make the MicroStrategy SDK more powerful and easier to use. +## MicroStrategy ONE December 2024 + +- [Embed MicroStrategy dashboard consumption page.](./embed-dossier-consumption-page/embed-dossier-consumption-page.md) + - Introduce `disableGroupSelection` property to disable group selection in the component selection mode on Microstrategy dashboard consumption page. + ## MicroStrategy ONE September 2024 - [Embed MicroStrategy dashboard consumption page.](./embed-dossier-consumption-page/embed-dossier-consumption-page.md)