@wcardinal/wcardinal-geditor
Version:
WebGL-based graphic editor, tester and viewer for supervisory systems
14 lines • 752 B
JavaScript
import { __extends } from "tslib";
import { ECommandShapePropertyCapability } from "./e-command-shape-property-capability";
var ECommandShapePropertyCapabilityLock = /** @class */ (function (_super) {
__extends(ECommandShapePropertyCapabilityLock, _super);
function ECommandShapePropertyCapabilityLock() {
return _super !== null && _super.apply(this, arguments) || this;
}
ECommandShapePropertyCapabilityLock.prototype.initProperty = function (shape, capability, property) {
shape.capability.locked |= property;
};
return ECommandShapePropertyCapabilityLock;
}(ECommandShapePropertyCapability));
export { ECommandShapePropertyCapabilityLock };
//# sourceMappingURL=e-command-shape-property-capability-lock.js.map