Defines the possible types of the ProAct.Property
.
Methods
type
Number
Retrieves the rightProAct.Property.Types
value from a value.
Parameters:
-
value
Object
The value to use to compute the ProAct.Property.Types
member for.
Returns:
Number:
The type of the passed value.
Properties
array
Number
final
ProAct.Property for array types - fields containing arrays.
auto
Number
final
ProAct.Property for auto computed types - Functions.
nil
Number
final
ProAct.Property for nil types - fields containing null or undefined.
object
Number
final
ProAct.Property for object types - fields containing objects.
simple
Number
final
ProAct.Property for simple types - Numbers, Strings or Booleans.