Enumerable#invoke()

invoke (methodName, args) Arraypublic

Defined in packages/ember-runtime/lib/mixins/enumerable.js:733

Invokes the named method on every object in the receiver that implements it. This method corresponds to the implementation in Prototype 1.6.

Parameters:

methodName String
the name of the method
args Object...
optional arguments to pass as well.

Returns:

Array
return values from calling invoke.
doc_EmberJs
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.