Function: useList
hooks.useList
▸ useList\<T>(name, options): ListController\<T>
Type parameters
| Name |
|---|
T |
Parameters
| Name | Type |
|---|---|
name |
string | string[] |
options |
Omit\<ListModuleOptions\<T>, "name"> |
Returns
ListController\<T>
Defined in
hooks.ts:81