mirror of
https://github.com/bpmn-io/bpmn-js.git
synced 2025-08-26 04:32:44 +08:00
fix(modeling): fix command handler JSDocs
This commit is contained in:
@ -12,11 +12,19 @@ import {
|
||||
LANE_INDENTATION
|
||||
} from '../util/LaneUtil';
|
||||
|
||||
/**
|
||||
* @typedef {import('diagram-js/lib/command/CommandHandler').default} CommandHandler
|
||||
*
|
||||
* @typedef {import('../Modeling').default} Modeling
|
||||
* @typedef {import('../../space-tool/BpmnSpaceTool').default} SpaceTool
|
||||
*/
|
||||
|
||||
/**
|
||||
* A handler that allows us to add a new lane
|
||||
* above or below an existing one.
|
||||
*
|
||||
* @implements {CommandHandler}
|
||||
*
|
||||
* @param {Modeling} modeling
|
||||
* @param {SpaceTool} spaceTool
|
||||
*/
|
||||
|
Reference in New Issue
Block a user