ProAct.ArrayPropertyProvider Class
Methods
filter
-
object
-
property
-
meta
Used to check if this ProAct.ArrayPropertyProvider
is compliant with the field and meta data.
Parameters:
-
object
ObjectThe object to which a new ProAct.ArrayProperty instance should be provided.
-
property
StringThe field name of the object to turn into a ProAct.ArrayProperty.
-
meta
String | ArrayMeta information to be used for filtering and configuration of the ProAct.ArrayProperty instance to be provided.
Returns:
True if the value of object[property] an array.
provide
-
queueName
-
object
-
property
-
meta
Provides an instance of ProAct.ArrayProperty.
Parameters:
-
queueName
StringThe name of the queue all the updates should be pushed to.
If this parameter is null/undefined the default queue of flow is used.
-
object
ObjectThe object to which a new ProAct.ArrayProperty instance should be provided.
-
property
StringThe field of the object to turn into a ProAct.ArrayProperty.
-
meta
String | ArrayMeta information to be used for filtering and configuration of the ProAct.ArrayProperty instance to be provided.
Returns:
A ProAct.ArrayProperty instance provided by this provider.