mirror of
https://github.com/bpmn-io/bpmn-js.git
synced 2025-08-26 04:32:44 +08:00
chore: simplify element type names
This commit is contained in:
@ -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) {
|
||||
|
||||
|
Reference in New Issue
Block a user