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

Function Params

docs/app/js/sanddance-app.js:118047–118049  ·  view source on GitHub ↗

* Operator whose value is simply its parameter hash. This operator is * useful for enabling reactive updates to values of nested objects. * @constructor * @param {object} params - The parameters for this operator.

(params)

Source from the content-addressed store, hash-verified

118045 * @constructor
118046 * @param {object} params - The parameters for this operator.
118047 */ function Params(params) {
118048 (0, _vegaDataflow.Transform).call(this, null, params);
118049}
118050(0, _vegaUtil.inherits)(Params, (0, _vegaDataflow.Transform), {
118051 transform (_, pulse) {
118052 this.modified(_.modified());

Callers 1

parseSubParameterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected