TreeNodesRenderingNotification replacement in Bellissima?

Hello :waving_hand:
We have a project where we are currently using the TreeNodesRenderingNotification which is no longer a thing in Bellissima (14+ of Umbraco).

So what options do we have to modify the tree items, now this C# event/notification is gone?

Goal

  • Hide certain nodes in the tree from content picker dialogs only
  • Apply to only the content tree
  • We will hide a node for selection if that node has a boolean (true/false) property on the doctype set to Hidden
  • In some scenarios we want to change the name of the node in the tree to use a different value

Thanks,
Warren