Skip to main content
Version: 3.0.0-beta

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

Defined in​

packages/firecms_core/src/types/resolved_entities.ts:21

Sign up to our newsletter to get the latest news and updates. No spam!