Function: resolveCollection
▸ resolveCollection<M
>(«destructured»
): ResolvedEntityCollection
<M
>
Type parameters
Name | Type |
---|---|
M | extends Record <string , any > |
Parameters
Name | Type |
---|---|
«destructured» | Object |
› collection | EntityCollection <M , string , User > | ResolvedEntityCollection <M > |
› entityId? | string |
› fields? | Record <string , FieldConfig > |
› path | string |
› previousValues? | Partial <M > |
› userConfigPersistence? | UserConfigurationPersistence |
› values? | Partial <M > |