Home
last modified time | relevance | path

Searched refs:isCollection (Results 1 – 5 of 5) sorted by relevance

/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js16602 function isCollection(element) { function
16605 return element.isCollection || (dataObject && dataObject.isCollection);
18181 if (isCollection(semantic)) {
35612 { isCollection: !entry.active }); property
35616 isCollection = dataObject.isCollection;
35623 active: isCollection,
Dbpmn-modeler.production.min.js28 …:Fr(t,c)});return function(e){var t=e.dataObjectRef;return e.isCollection||t&&t.isCollection}(Ir(t…
34isCollection;return[{id:"toggle-is-collection",className:"bpmn-icon-parallel-mi-marker",title:n("C… property
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-viewer.production.min.js2 …bpmn:EndEvent"}function Xn(e){var t=e.dataObjectRef;return e.isCollection||t&&t.isCollection}funct…
H A Dbpmn-modeler.production.min.js10 …bpmn:EndEvent"}function Rh(e){var t=e.dataObjectRef;return e.isCollection||t&&t.isCollection}funct…
211 …){var o=t.create("bpmn:DataObject");o.isCollection=((a=i.businessObject.dataObjectRef)==null?void …
223 …nction i(a,s){t._modeling.updateModdleProperties(e,r,{isCollection:!s.active})}var o=r.isCollectio… property
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1isCollection(obj) {\n return Array.isArray(obj) || obj.length !== undefined;\n}\n\nfunction toA…