dojox.wire.ml.Invocation._getParameters
dojo.require("dojox.wire.ml.Invocation");
defined in dojox/wire/ml/Invocation.js
This method retunrs an array of arguments specified by 'parameters' attribute, a comma-separated list of IDs and their properties in a dotted notation. If 'parameters' are omitted, the original arguments are used.
Usage
function (/*Array*/ args) (view source)
parameter | type | description |
---|---|---|
args | Array | Arguments to a trigger event or topic |