Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
To get the nodeId when using a custom Action there is in v7 this
var nodeId = UmbClientMgr.mainTree().getActionNode().nodeId;
But what is the same called in v8? I have been searching alot and is stuck right now :(
I was looking in github and found this that is working
var node = appState.getMenuState("currentNode");
With this I get all information about the tree I need :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Get nodeId in an Action
To get the nodeId when using a custom Action there is in v7 this
But what is the same called in v8? I have been searching alot and is stuck right now :(
I was looking in github and found this that is working
With this I get all information about the tree I need :)
is working on a reply...