* Bind scenegraph items to a scenegraph mark instance. * @constructor * @param {object} params - The parameters for this operator. * @param {object} params.markdef - The mark definition for creating the mark. * This is an object of legal scenegraph mark properties which *must* include * the
(params)
| 120136 | * This is an object of legal scenegraph mark properties which *must* include |
| 120137 | * the 'marktype' property. |
| 120138 | */ function Mark(params) { |
| 120139 | (0, _vegaDataflow.Transform).call(this, null, params); |
| 120140 | } |
| 120141 | (0, _vegaUtil.inherits)(Mark, (0, _vegaDataflow.Transform), { |
| 120142 | transform (_, pulse) { |
| 120143 | let mark = this.value; // acquire mark on first invocation, bind context and group |