Can someone help me figure out how to retrieve the full path when clicking on a node? I noticed there is a path option in the API, but I'm unsure of how to incorporate it with the click event.
options: ITreeOptions = {
actionMapping: {
mouse: {
dblClick: (tree, node, $event) => {
}
}
}