I'm trying to get properties for one single node such as the name I've set for it or something. How can I go by just selecting this one node? I can do it with an event
e.currentTarget.selectedItem.@name;
But I need to grab it without the event, how can I go by doing this?