How to get selected vertex of the vectorNetwork when in Edit object mode?

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.

1 Like

Thanx for your answer. It’s a pity that there is no such opportunity.