Yes, for now we do technically not need a wrapper around the RNode, but this allows us to attach caches etc. just for the respective search.

interface FlowrSearchElement<Info> {
    node: RNode<Info>;
}

Type Parameters

  • Info

Properties

Properties

node: RNode<Info>