UNPKG

@wcardinal/wcardinal-geditor

Version:

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

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