Skip to main content

useSelectController

useSelectController<T,I>(dataSource: undefined | string |  | ,options: UseListOptions<T, I>): CollectionProxy<T, I, SelectState<T, I>, SelectService<T, I, SelectState<T, I>>>

Parameters

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

Return

The return is of type CollectionProxy<T, I, SelectState<T, I>, SelectService<T, I, SelectState<T, I>>>