Function: traverseValueProperty
▸ traverseValueProperty(inputValue
, property
, operation
): any
Parameters
Name | Type |
---|---|
inputValue | any |
property | StringProperty | NumberProperty | BooleanProperty | ReferenceProperty | GeopointProperty | DateProperty | MapProperty <{ [Key: string] : any ; }> | ArrayProperty <CMSType [], any > |
operation | (value : any , property : StringProperty | NumberProperty | BooleanProperty | ReferenceProperty | GeopointProperty | DateProperty | MapProperty <{ [Key: string] : any ; }> | ArrayProperty <CMSType [], any >) => any |
Returns
any