UNPKG

@dogtiti/dmn-js-drd

Version:

A decision requirements diagram view for dmn-js

31 lines 718 B
export default { DECISION: [{ label: 'Empty', actionName: 'replace-with-empty-decision', className: 'dmn-icon-clear', target: { type: 'dmn:Decision', table: false, expression: false } }, { label: 'Decision table', actionName: 'replace-with-decision-table', className: 'dmn-icon-decision-table', target: { type: 'dmn:Decision', table: true, expression: false } }, { label: 'Literal expression', actionName: 'replace-with-literal-expression', className: 'dmn-icon-literal-expression', target: { type: 'dmn:Decision', table: false, expression: true } }] }; //# sourceMappingURL=ReplaceOptions.js.map