ProAct.ArrayPropertyProvider Class
Methods
filter
-
object -
property -
meta
Used to check if this ProAct.ArrayPropertyProvider is compliant with the field and meta data.
Parameters:
-
objectObjectThe object to which a new ProAct.ArrayProperty instance should be provided.
-
propertyStringThe field name of the object to turn into a ProAct.ArrayProperty.
-
metaString | 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:
-
queueNameStringThe name of the queue all the updates should be pushed to.
If this parameter is null/undefined the default queue of flow is used.
-
objectObjectThe object to which a new ProAct.ArrayProperty instance should be provided.
-
propertyStringThe field of the object to turn into a ProAct.ArrayProperty.
-
metaString | 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.
proact.js