Adaptive Framework 0.9.0

adaptor_objectCallback_signature

The following is a list of properties for the function adaptor_objectCallback_signature:

PropertyValue
briefSignature used for adaptor objectCallback
categoryadaptor
descriptionThis is the function signature for the objectCallback parameter in adaptor functions. Calling this directly will throw a "Do not call directly" error.
functionIdadaptor_objectCallback_signature
functionLabeladaptor_objectCallback_signature
parameters[ { "dataType": "object", "brief": "The object from adaptor", "description": "This is the object from adaptor or undefined if there are no more objects to return.", "name": "object" }, { "dataType": "any", "brief": "User data", "description": "This is the value of the userData parameter when objectCallback was called.", "name": "userData", "optional": true } ]
returns{ "dataType": "boolean", "brief": "true if objectCallback should not be called again", "description": "Return true if this callback should not be called again for any reason such a limit exceeded or the desired object being found." }
signatureOnlytrue