ResolvedEntityCollection
@firecms/core / ResolvedEntityCollection
Type Alias: ResolvedEntityCollection<M>
Section titled “Type Alias: ResolvedEntityCollection<M>”ResolvedEntityCollection<
M> =Omit<EntityCollection<M>,"properties"> &object
Defined in: types/resolved_entities.ts:21
This is the same entity collection you define, only all the property builders
are resolved to regular Property objects.
Type Declaration
Section titled “Type Declaration”editable?
Section titled “editable?”
optionaleditable:boolean
originalCollection
Section titled “originalCollection”originalCollection:
EntityCollection<M>
properties
Section titled “properties”properties:
ResolvedProperties<M>
Type Parameters
Section titled “Type Parameters”M extends Record<string, any> = any