I get selected node and it’s vectorNetwork vertices. But can I get the selected vertex, when the Node is in the ‘Edit object’ mode?
let vertices = figma.currentPage.selection[0]['vectorNetwork']['vertices']
...?
I get selected node and it’s vectorNetwork vertices. But can I get the selected vertex, when the Node is in the ‘Edit object’ mode?
let vertices = figma.currentPage.selection[0]['vectorNetwork']['vertices']
...?
The plugin API does not provide such data.
Thanx for your answer. It’s a pity that there is no such opportunity.