How to group board widgets with Javascript with method

  • 27 January 2021
  • 4 replies
  • 252 views

Userlevel 2
Badge +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?

Esteban Beltran 3 years ago

Hi @Sami Ljimari 

 

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

 

 

View original

4 replies

Userlevel 1

Hi @Sami Ljimari 

 

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

 

 

Userlevel 2
Badge +3

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.

Userlevel 6
Badge +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