Expressions
The expression node.state describes the node as “included”, “excluded” (from the current filter), “ghost”.
To “un-ghost” the nodes in your current filter, you can filter to all the ghost nodes in a tree:
node.ad(0).filter('item.state=="ghost"')
and then drag the returned nodes into the parking lot and include it in your filter.
Comments
0 comments
Please sign in to leave a comment.