MCPcopy Create free account
hub / github.com/microsoft/SandDance / Field

Function Field

docs/tests/v2/es6/js/sanddance.js:90271–90273  ·  view source on GitHub ↗

* Generates one or more field accessor functions. * If the 'name' parameter is an array, an array of field accessors * will be created and the 'as' parameter will be ignored. * @constructor * @param {object} params - The parameters for this operator. * @param {string} params.name - The field na

(params)

Source from the content-addressed store, hash-verified

90269 * @param {string} params.as - The accessor function name.
90270 */
90271function Field(params) {
90272 _vegaDataflow.Operator.call(this, null, update, params);
90273}
90274
90275(0, _vegaUtil.inherits)(Field, _vegaDataflow.Operator);
90276

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected