resolveArrayProperty
@firecms/core / resolveArrayProperty
Function: resolveArrayProperty()
Section titled “Function: resolveArrayProperty()”resolveArrayProperty<
T,M>(__namedParameters):ResolvedArrayProperty
Defined in: util/resolutions.ts:258
Type Parameters
Section titled “Type Parameters”T extends any[]
M
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”authController
Section titled “authController”entityId?
Section titled “entityId?”string
fromBuilder?
Section titled “fromBuilder?”boolean
ignoreMissingFields?
Section titled “ignoreMissingFields?”boolean = false
index?
Section titled “index?”number
string
previousValues?
Section titled “previousValues?”Partial<M>
property
Section titled “property”ResolvedArrayProperty<T, ArrayT> | ArrayProperty<T, any>
propertyConfigs?
Section titled “propertyConfigs?”Record<string, PropertyConfig>
propertyKey?
Section titled “propertyKey?”string
values?
Section titled “values?”Partial<M>