Package Exports
- bpmn-js-embedded-comments
- bpmn-js-embedded-comments/dist/index.esm.js
- bpmn-js-embedded-comments/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bpmn-js-embedded-comments) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
bpmn-js-embedded-comments
An extension for bpmn-js that allows you to comment on a BPMN 2.0 diagram.
Stores the comments within the BPMN 2.0 XML file.
How comments are stored
Comments are read, added and written to an elements <bpmn:documentation textFormat="text/x-comments" />
tag.
The format for comments is assumed to be
author:comment;
;other-author:other comment
canbe multiline, too
License
MIT