Answered

Is there a way to make objects into groups via SDK?

  • 1 May 2020
  • 7 replies
  • 3376 views

Userlevel 1
Badge +2

I currently am making an app that has cards that you can move around inside the board, and just want one SVG image of the card and have text that I can change since the messages can be changed from time to time, and making hundreds of SVG images with different text is not exactly ideal.

 

So I want to be able to create and image object and group it up with text, so I can drag the card around and have both image and text intact.

icon

Best answer by Falk Kühnel 2 May 2020, 12:17

View original

7 replies

Userlevel 2
Badge +2

Unfortunately, this is not available at the moment. I would love to have that possibility too.

Userlevel 1
Badge +2

Sorry for the late reply, thanks for the info, sad I can’t do this since it is kinda vital to make what I need.

I definitely need this functionality. I wonder if implementing this functionality is so hard, as the SDK already supports selection. Please let me know when this functionality could be available.

At least, if I’m able to access the HTML element for the miro board, I could send ‘Ctrl+G’ command manually to group the selected elements. Let me know if I can get the HTML element for the board using SDK.

Thanks.

Is there a way to update a frame by adding a child by the id using the API?

It would be great to be able to load up a board with frames as categories and load the frames with cards.

 

 

Badge

We also need to group the items in frame through SDK, Is it still not available?

Badge

Hey! We would also love to have that feature, any plannings on that available?

Userlevel 6
Badge +4

Hey everyone! This capability is now available in our Web SDK. You can find more details and an example here:
https://developers.miro.com/changelog/2024-01-02-changelog 

Cheers!
Will

Reply