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

Function Effect1

docs/app/js/sanddance-app.js:81155–81162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81153var _createClassDefault = parcelHelpers.interopDefault(_createClass);
81154var Effect = function() {
81155 function Effect1() {
81156 var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
81157 (0, _classCallCheckDefault.default)(this, Effect1);
81158 var _props$id = props.id, id = _props$id === void 0 ? "effect" : _props$id;
81159 this.id = id;
81160 this.props = {};
81161 Object.assign(this.props, props);
81162 }
81163 (0, _createClassDefault.default)(Effect1, [
81164 {
81165 key: "preRender",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected