UNPKG

dmn-js-literal-expression

Version:

A literal expression view for dmn-js

11 lines 425 B
import LiteralExpressionPropertiesComponent from './components/LiteralExpressionPropertiesComponent'; const LOW_PRIORITY = 500; export default class DecisionProperties { constructor(components) { components.onGetComponent('viewer', LOW_PRIORITY, () => { return LiteralExpressionPropertiesComponent; }); } } DecisionProperties.$inject = ['components']; //# sourceMappingURL=LiteralExpressionProperties.js.map