Function: traverseValuesProperties
▸ traverseValuesProperties<M
>(inputValues
, properties
, operation
): EntityValues
<M
>
Type parameters
Name | Type |
---|---|
M | extends Object |
Parameters
Name | Type |
---|---|
inputValues | Partial <M > |
properties | ResolvedProperties <M > |
operation | (value : any , property : StringProperty | NumberProperty | BooleanProperty | ReferenceProperty | GeopointProperty | DateProperty | MapProperty <{ [Key: string] : any ; }> | ArrayProperty <CMSType [], any >) => any |
Returns
EntityValues
<M
>