chore: simplify element type names

This commit is contained in:
Philipp
2023-04-17 18:30:40 +02:00
committed by Philipp Fromme
parent 9811bfc695
commit 3ea2852221
47 changed files with 347 additions and 347 deletions

View File

@ -14,7 +14,7 @@ import {
*
* @typedef {import('diagram-js/lib/core/ElementRegistry').default} ElementRegistry
*
* @typedef {import('../../../model/Types').BpmnShape} BpmnShape
* @typedef {import('../../../model/Types').Shape} Shape
* @typedef {import('../../../model/Types').ModdleElement} ModdleElement
*/
@ -68,7 +68,7 @@ UpdateModdlePropertiesHandler.prototype.revert = function(context) {
*
* @param {ModdleElement} moddleElement
*
* @return {BpmnShape[]}
* @return {Shape[]}
*/
UpdateModdlePropertiesHandler.prototype._getVisualReferences = function(moddleElement) {