Skip to main content

How to group board widgets with Javascript with method

  • January 27, 2021
  • 4 replies
  • 260 views

Sami Ljimari
Forum|alt.badge.img+3

While browsing the Miro documentation I found some information about widget grouping: https://developers.miro.com/docs/interface-igroup  This was sort of helpful, it shows me the parameters that are needed for a widget group but it doesn’t include a method which can be called to create a widget group. There is a GET method to get a widget group but I can’t find any further documentation on widget grouping, are there any other resources in the documentation?

Pinned reply

January 27, 2021

Hi @Sami Ljimari 

 

Unfortunately, the Javascript SDK at the moment doesn’t have any API available to manipulate groups.

 

 

Was it helpful?

4 replies

Esteban Beltran
Mironeer

Hi @Sami Ljimari 

 

Unfortunately, the Javascript SDK at the moment doesn’t have any API available to manipulate groups.

 

 


Sami Ljimari
Forum|alt.badge.img+3
  • Author
  • Active Contributor
  • 38 replies
  • January 28, 2021
Esteban Beltran wrote:

Hi @Sami Ljimari 

 

Unfortunately, the Javascript SDK at the moment doesn’t have any API available to manipulate groups.

 

 

That’s a pitty, but thank you for the answer. Is this something that could be added in the future perhaps?


I have a grouped set of shapes and text that works really well for my team’s planning activities. I was looking to have a “quick create” in the toolbar, but I can’t do that if I can’t group the shapes. Great start on the API. I hope you can keep extending it.


William Bishop
Mironeer
Forum|alt.badge.img+4

Hey everyone! It’s now possible to group items via the Web SDK. You can find more details and an example here:
https://developers.miro.com/changelog/2024-01-02-changelog 

Cheers!
Will


Reply