MCPcopy Index your code
hub / github.com/microsoft/SandDance / Mark

Function Mark

docs/app/js/sanddance-app.js:120138–120140  ·  view source on GitHub ↗

* 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)

Source from the content-addressed store, hash-verified

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

Callers 1

parseMarkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected