OptionalcreateCreates an item data resolver for a tree item. Implement this to resolve names and icons that cannot be read directly off the tree item, such as variant aware document names.
The controller host of the consumer.
Optionalargs: UmbCreateTreeItemDataResolverArgs
Optional arguments for selecting the resolver.
A resolver for the item, if one is available.
Requests the ancestors of the given item.
Requests the children of the given parent item.
Requests the root of the tree.
Requests the root items of the tree.
OptionalrootReturns an observable of the root items of the tree.
OptionaltreeReturns an observable of the children of the given parent item.
Interface for a tree repository. UmbTreeRepository