UNPKG

@wcardinal/wcardinal-geditor

Version:

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

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