ProAct.ArrayUtils Class
Defined in:
Module: proact-arrays
src/js/arrays/array_utils.js:1
Contains a set of utility functions to ease working with ProAct.Arrays.
Can be reffered by using ProAct.AU
too.
This class is part of the proact-arrays
module of ProAct.js.
Item Index
Methods
Methods
isArrayObject
(
Boolean
-
value
Checks if the passed value is a valid array-like object or not. Array like objects in ProAct.js are plain JavaScript arrays and ProAct.Arrays.
Parameters:
-
value
ObjectThe value to check.
Returns:
Boolean:
True if the passed value
is an Array or ProAct.Array instance.
isProArray
(
Boolean
-
value
Checks if the passed value is instance of the ProAct.Array type or not.
Parameters:
-
value
ObjectThe value to check.
Returns:
Boolean:
True if the passed value
is a ProAct.Array instance.