resolveProperty
@firecms/core / resolveProperty
Function: resolveProperty()
Section titled “Function: resolveProperty()”resolveProperty<
T,M>(propertyOrBuilder):ResolvedProperty<T> |null
Defined in: util/resolutions.ts:104
Resolve property builders, enums and arrays.
Type Parameters
Section titled “Type Parameters”M extends Record<string, any> = any
Parameters
Section titled “Parameters”propertyOrBuilder
Section titled “propertyOrBuilder”authController
Section titled “authController”entityId?
Section titled “entityId?”string
fromBuilder?
Section titled “fromBuilder?”boolean = false
ignoreMissingFields?
Section titled “ignoreMissingFields?”boolean = false
index?
Section titled “index?”number
string
previousValues?
Section titled “previousValues?”Partial<M>
propertyConfigs?
Section titled “propertyConfigs?”Record<string, PropertyConfig<any>>
propertyKey?
Section titled “propertyKey?”string
propertyOrBuilder
Section titled “propertyOrBuilder”PropertyOrBuilder<T, M> | ResolvedProperty<T>
values?
Section titled “values?”Partial<M>
Returns
Section titled “Returns”ResolvedProperty<T> | null