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

Function Customizer1

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

Source from the content-addressed store, hash-verified

24249 */ var Customizer = /** @class */ function(_super) {
24250 (0, _tslib.__extends)(Customizer1, _super);
24251 function Customizer1() {
24252 var _this = _super !== null && _super.apply(this, arguments) || this;
24253 _this._onCustomizationChange = function() {
24254 return _this.forceUpdate();
24255 };
24256 return _this;
24257 }
24258 Customizer1.prototype.componentDidMount = function() {
24259 (0, _customizations.Customizations).observe(this._onCustomizationChange);
24260 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected