Function: resolveArrayProperty
▸ resolveArrayProperty<T
, M
>(«destructured»
): ResolvedArrayProperty
Type parameters
Name | Type |
---|---|
T | extends any [] |
M | M |
Parameters
Name | Type |
---|---|
«destructured» | Object |
› entityId? | string |
› fields? | Record <string , FieldConfig > |
› fromBuilder? | boolean |
› index? | number |
› path? | string |
› previousValues? | Partial <M > |
› property | ResolvedArrayProperty <T , ArrayT > | ArrayProperty <T , CMSType > |
› propertyKey? | string |
› propertyValue | any |
› values? | Partial <M > |