Skip to content

Commit e918b9f

Browse files
ziyuheheziyuhehe
andauthored
update (#27)
Co-authored-by: ziyuhehe <[email protected]>
1 parent 0b27540 commit e918b9f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/embed-dossier-consumption-page/embed-dossier-consumption-properties.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,10 @@ Use the `dossierConsumption` object to customize the options on the dashboard co
343343
- Enable dashoard page selection in the TOC panel.
344344
- Default value: `false`.
345345

346+
- `disableGroupSelection`
347+
- Disable group selection in the component selection mode.
348+
- Default value: `false`.
349+
346350
#### Sample
347351

348352
```js
@@ -356,6 +360,7 @@ microstrategy.embeddingContexts.embedDossierConsumptionPage({
356360
componentSelectionMode: "multipleSelection",
357361
disableManipulationsAutoSaving: false,
358362
enablePageSelection: false,
363+
disableGroupSelection: true,
359364
},
360365
},
361366
});

docs/whats-new-in-the-embedding-sdk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ description: In each release, changes are made to make the MicroStrategy SDK mor
55

66
In each release, changes are made to make the MicroStrategy SDK more powerful and easier to use.
77

8+
## MicroStrategy ONE December 2024
9+
10+
- [Embed MicroStrategy dashboard consumption page.](./embed-dossier-consumption-page/embed-dossier-consumption-page.md)
11+
- Introduce `disableGroupSelection` property to disable group selection in the component selection mode on Microstrategy dashboard consumption page.
12+
813
## MicroStrategy ONE September 2024
914

1015
- [Embed MicroStrategy dashboard consumption page.](./embed-dossier-consumption-page/embed-dossier-consumption-page.md)

0 commit comments

Comments
 (0)