Hi,
I have a question. Is it possible to hide or show a node in a group in UI. I know you can hide and show groups. is this also possible for nodes?
it works for groups:
{
"group": {
"hide": [
"TabName_GroupName"
],
"show": [
"TabName_GroupName"
]
}
}
can the same be done for Node? For example
{
"node": {
"hide": [
"TabName_GroupName_NodeName"
],
"show": [
"TabName_GroupName_NodeName"
]
}
}
Thank you very much!