Skip to content

Add Node Tags

Added Node Tags (breaking).

Each node node can be attached a set of tags (using command, param or custom functions).

The user then can call findTags (on a given Node) or findTagsM (on a given CommandsT) to retrieve a Map from the paths within the tree for all Nodes attached the given tag to the Node Objects.

Merge request reports