useCollection
useCollection<T>(dataSource: undefined | string | CollectionProxy<T> | T[],options: UseCollectionOptions<T, Item<T>>): CollectionProxy<T>
Properties
(Mandatory properties are in bold)| Properties | Type | Description | 
|---|---|---|
| dataSource | undefined | string | CollectionProxy<T> | T[] | 
Additional properties for advanced use cases
| Properties | Type | Description | 
|---|---|---|
| options | UseCollectionOptions<T, Item<T>> |