I’m making objects and some of them go under some objects that I want to be in the background, is there a way to set the, in CSS terms z-index, putting some objects “backwards?”
Page 1 / 1
Yes. Use bringForward() or sendBackward()
Cheers!!
https://github.com/miroapp/app-examples/blob/master/miro.d.ts
bringForward(widgetId: InputWidgets): Promise<void>
sendBackward(widgetId: InputWidgets): Promise<void>
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.