Type Alias: ResolvedEntityCollection<M>
ResolvedEntityCollection<
M
>:Omit
<EntityCollection
<M
>,"properties"
> &object
This is the same entity collection you define, only all the property builders
are resolved to regular Property
objects.
Type declaration​
editable?​
optional
editable:boolean
originalCollection​
originalCollection:
EntityCollection
<M
>
properties​
properties:
ResolvedProperties
<M
>
Type Parameters​
• M extends Record
<string
, any
> = any