Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -356,6 +360,7 @@ microstrategy.embeddingContexts.embedDossierConsumptionPage({
componentSelectionMode: "multipleSelection",
disableManipulationsAutoSaving: false,
enablePageSelection: false,
disableGroupSelection: true,
},
},
});
Expand Down
5 changes: 5 additions & 0 deletions docs/whats-new-in-the-embedding-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading