Skip to main content

Is Frame's childrenId property readonly?


Adilson
Forum|alt.badge.img+1

I’m trying to set the childrenIds of a frame via the Web SDK but it seems its not allowed. The documentation doesn’t mention that it’s a read-only property. Is it possible to associate frames and their content programmatically?

Frame (miro.com)

Was it helpful?

3 replies

Robert Johnson
Forum|alt.badge.img+13
  • Volunteer Community Moderator
  • 7334 replies
  • December 27, 2023

@Adilson - While I cannot directly answer your question, I can share that an additional resource for such questions is the Miro Developer Platform Discord server (web-sdk channel). A link can be found on this page:

https://developers.miro.com/


Elena Ignatik
Mironeer
Forum|alt.badge.img

Hi @Adilson,

Maybe add to frame method will help in your case? ChildrenIds are indeed not marked as readonly on the frame’s page, thanks for pointing that out!

Thanks,

Elena.


Adilson
Forum|alt.badge.img+1
  • Author
  • Beginner
  • 9 replies
  • December 28, 2023

Hi @Elena Ignatik ,
adding to the Frame will definitely solve the problem!

Thank you!