We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
thx for the awesome project!
I'd like to change the labels of nodes programmatically. Can someone give me a hint on where to start with that task?
The text was updated successfully, but these errors were encountered:
The easiest way to do this is
obj = api.readNode(...)
api.replaceNode(obj)
You can also us patch similar to the patch example here: #508
patch
Hope that helps.
Sorry, something went wrong.
Closing since I think this is resolved, please use /reopen if you need further asssitance.
/reopen
No branches or pull requests
Hey,
thx for the awesome project!
I'd like to change the labels of nodes programmatically.
Can someone give me a hint on where to start with that task?
The text was updated successfully, but these errors were encountered: