@wcardinal/wcardinal-geditor
Version:
WebGL-based graphic editor, tester and viewer for supervisory systems
14 lines • 642 B
JavaScript
import { __extends } from "tslib";
import { ECommandShapeProperty } from "./e-command-shape-property";
var ECommandShapePropertyRecursive = /** @class */ (function (_super) {
__extends(ECommandShapePropertyRecursive, _super);
function ECommandShapePropertyRecursive(selection, property) {
return _super.call(this, selection, property) || this;
}
ECommandShapePropertyRecursive.prototype.isRecursive = function () {
return true;
};
return ECommandShapePropertyRecursive;
}(ECommandShapeProperty));
export { ECommandShapePropertyRecursive };
//# sourceMappingURL=e-command-shape-property-recursive.js.map