Show:

Defines the possible types of the ProAct.Property.

Item Index

Methods

Properties

Methods

type

(
  • value
)
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

Provided by the proact-arrays module.

Defined in src/js/arrays/array_property.js:260

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.