How to move it?
async function addSticky() {
myItem = await miro.board.createStickyNote({
content: 'Web SDK test!',
});
}
async function moveRight() {
myItem.x += 10;
}
is it possible to move throught WEB SDK?
How to move it?
async function addSticky() {
myItem = await miro.board.createStickyNote({
content: 'Web SDK test!',
});
}
async function moveRight() {
myItem.x += 10;
}
is it possible to move throught WEB SDK?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.