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)| Parameters | Type | Description | 
|---|---|---|
| dataSource | undefined | string | | | |
| options | UseListOptions<T, I> | Defaults to: {} | 
Return
The return is of type CollectionProxy<T, I, SelectState<T, I>, SelectService<T, I, SelectState<T, I>>>