Does anyone know how i can get the full Path, when I am clicking on a Node. I have seen a path option in the API, but I don't know exactly how to use it with the click event.
options: ITreeOptions = {
actionMapping: {
mouse: {
dblClick: (tree, node, $event) => {
}
}
}
}