any
The following is a list of properties for the data type any
:
Property | Value |
---|---|
brief | Any value is allowed |
cType | const afw_value_t * |
dataType | any |
description | Any value can be assigned as the value of data type "any". The actual data type is the data type of the value. Data type "implied" is preferred over data type "any" since "any" only detects type check errors during evaluation. |
directReturn | True |
relationalCompares | False |
scalar | False |
Click here for a complete list of data types and their descriptions.