Function: useCollectionState
▸ Const
useCollectionState<T
, M
>(dataSource
, options?
): CollectionState
<T
, M
>
Type parameters
Name | Type |
---|---|
T | any |
M | extends ItemMeta ItemMeta |
Parameters
Name | Type |
---|---|
dataSource | string | Collection <T , M > | T [] |
options | UseCollectionOptions <T , M > |
Returns
CollectionState
<T
, M
>
Defined in
onekijs/packages/onekijs-framework/src/collection/useCollectionState.ts:20