hierarchies
: Look into exposing rxjs
types in FilteringHierarchyDefinition
#784
Labels
hierarchies
: Look into exposing rxjs
types in FilteringHierarchyDefinition
#784
At the moment
FilteringHierarchyDefinition
implementsHierarchyDefinition
, which is a public type and, because of that, we don't want it to exposerxjs
types. As a result,FilteringHierarchyDefinition
has to convert allrxjs
stuff to promises, which make it less efficient.Maybe we could do this:
rxjs
-aware hierarchy definition,rxjs
one,rxjs
one,FilteringHierarchyDefinition
to implementrxjs
definition rather than the public one.Need to see if that helps performance / code cleanliness / something else.
The text was updated successfully, but these errors were encountered: