Skip to main content

useTreeSelectController

useTreeSelectController<T,I>(dataSource: undefined | string | ,options: UseTreeOptions<T, I>): CollectionProxy<T, I, TreeSelectState<T, I>, TreeSelectService<T, I, TreeSelectState<T, I>>>

Parameters

(Mandatory parameters are in bold)
ParametersTypeDescription
dataSourceundefined | string |
optionsUseTreeOptions<T, I>Defaults to: {}

Return

The return is of type CollectionProxy<T, I, TreeSelectState<T, I>, TreeSelectService<T, I, TreeSelectState<T, I>>>