(_ref)
| 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", |
nothing calls this directly
no outgoing calls
no test coverage detected