UNPKG

@eclipse-glsp/client

Version:

A sprotty-based client for GLSP

14 lines 589 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isReparentable = exports.reparentFeature = exports.isContainable = exports.containerFeature = void 0; exports.containerFeature = Symbol('containable'); function isContainable(element) { return element.hasFeature(exports.containerFeature); } exports.isContainable = isContainable; exports.reparentFeature = Symbol('reparentFeature'); function isReparentable(element) { return element.hasFeature(exports.reparentFeature); } exports.isReparentable = isReparentable; //# sourceMappingURL=model.js.map