Interface for a tree data source. UmbTreeDataSource
Gets the ancestors of the given item.
{Promise<UmbDataSourceResponse<Array>}
UmbTreeDataSource
Gets the children of the given parent item.
{Promise<UmbDataSourceResponse<UmbPagedModel>}
Gets the root items of the tree.
{Promise<UmbDataSourceResponse<UmbPagedModel>>}
Interface for a tree data source. UmbTreeDataSource