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.
OptionalitemsRequests 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.
OptionalrequestOptionalrootReturns an observable of the root items of the tree.
OptionaltreeReturns an observable of the children of the given parent item.
OptionaltreeOptionalcreateCreates an item data resolver for this data source, bound to the given host.
Pass the consuming element or context as host so the resolver can reach local DOM contexts (e.g. UMB_VARIANT_CONTEXT).
The controller host of the picker consumer.
A resolver that can provide the display name, icon, and other metadata for an item.
OptionalgetOptionalset
Interface for a tree repository. UmbTreeRepository