UNPKG

@wcardinal/wcardinal-geditor

Version:

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

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