Hi
Is it possible to add an “attribute” to a tree node? Reason I ask is I’d like to set logic based upon the node type. For example, if the node represents a “Directory” then the add-subdirectory button would be enabled. Where if the node represents a file, then add-subdirectory would be disabled
So the JSON might contain something like:
ID: 5
Value: C:\\
IsDirectory: True
ID: 6
Value: C:\\pagefile.sys
IsDirectory: False