Function: getFistAdditionalView
▸ getFistAdditionalView<M
>(collection
): undefined
| EntityCollection
<any
, any
, User
> | EntityCustomView
<M
>
Type parameters
Name | Type |
---|---|
M | extends Record <string , any > |
Parameters
Name | Type |
---|---|
collection | EntityCollection <M , string , User > | ResolvedEntityCollection <M > |
Returns
undefined
| EntityCollection
<any
, any
, User
> | EntityCustomView
<M
>