moveNode API missing
rstanziale opened this issue · 1 comments
rstanziale commented
Is your feature request related to a problem? Please describe.
I can't use moveNode API.
Describe the solution you'd like
I wrapped this need as follows:
moveNode(visNetwork: string, idNode: string, x: number, y: number): void;