UNPKG

@wcardinal/wcardinal-geditor

Version:

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

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