* 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)
| 90269 | * @param {string} params.as - The accessor function name. |
| 90270 | */ |
| 90271 | function Field(params) { |
| 90272 | _vegaDataflow.Operator.call(this, null, update, params); |
| 90273 | } |
| 90274 | |
| 90275 | (0, _vegaUtil.inherits)(Field, _vegaDataflow.Operator); |
| 90276 |
nothing calls this directly
no outgoing calls
no test coverage detected