You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
targetBoard.copyItem( item ) // this way its easy to allow modifications to the item before copied.
similarly for frame
const targetFrame = targetBoard.getFrameItem(farmeId)
targetFrame.copyItem( item ) // hence this would create a copy of the item with targetFrame as is parent
It would be great to have a method from the object to save or create a new object or atleast update itself
Example:
const item = miroapi.getitem(id)
delete item.id
item.create(boardId or parentid)
The text was updated successfully, but these errors were encountered: