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

Function LayerState1

docs/app/js/sanddance-app.js:88611–88621  ·  view source on GitHub ↗
(_ref)

Source from the content-addressed store, hash-verified

88609 (0, _inheritsDefault.default)(LayerState1, _ComponentState);
88610 var _super = _createSuper(LayerState1);
88611 function LayerState1(_ref) {
88612 var _this;
88613 var attributeManager = _ref.attributeManager, layer = _ref.layer;
88614 (0, _classCallCheckDefault.default)(this, LayerState1);
88615 _this = _super.call(this, layer);
88616 _this.attributeManager = attributeManager;
88617 _this.model = null;
88618 _this.needsRedraw = true;
88619 _this.subLayers = null;
88620 return _this;
88621 }
88622 (0, _createClassDefault.default)(LayerState1, [
88623 {
88624 key: "layer",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected