resolveProperties
@firecms/core / resolveProperties
Function: resolveProperties()
Section titled “Function: resolveProperties()”resolveProperties<
M>(properties):ResolvedProperties<M>
Defined in: util/resolutions.ts:366
Resolve enums and arrays for properties
Type Parameters
Section titled “Type Parameters”M extends Record<string, any>
Parameters
Section titled “Parameters”properties
Section titled “properties”authController
Section titled “authController”entityId?
Section titled “entityId?”string
fromBuilder?
Section titled “fromBuilder?”boolean
ignoreMissingFields?
Section titled “ignoreMissingFields?”boolean
index?
Section titled “index?”number
string
previousValues?
Section titled “previousValues?”Partial<M>
properties
Section titled “properties”propertyConfigs?
Section titled “propertyConfigs?”Record<string, PropertyConfig>
propertyKey?
Section titled “propertyKey?”string
values?
Section titled “values?”Partial<M>