Skip to content

ResolvedEntityCollection

@firecms/core


@firecms/core / ResolvedEntityCollection

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.

optional editable: boolean

originalCollection: EntityCollection<M>

properties: ResolvedProperties<M>

M extends Record<string, any> = any