UNPKG

@wcardinal/wcardinal-geditor

Version:

WebGL-based graphic editor, tester and viewer for supervisory systems

14 lines 674 B
import { __extends } from "tslib"; import { ECommandShapeProperty } from "./e-command-shape-property"; var ECommandShapePropertySimple = /** @class */ (function (_super) { __extends(ECommandShapePropertySimple, _super); function ECommandShapePropertySimple() { return _super !== null && _super.apply(this, arguments) || this; } ECommandShapePropertySimple.prototype.initProperty = function (shape, capability, property) { this.setProperty(shape, capability, property); }; return ECommandShapePropertySimple; }(ECommandShapeProperty)); export { ECommandShapePropertySimple }; //# sourceMappingURL=e-command-shape-property-simple.js.map