itemMouseDown
Description
Fires when a pointing device button is pressed while the pointer is over an item
If a pointing device button is pressed while the pointer is over a swimlane, the event will be fired on the cell of the swimlane
Usage
itemMouseDown: (
id: string | number,
event: MouseEvent
) => void;
Parameters
The callback of the event takes the following parameters:
id- (required) the id of an itemevent- (required) a native HTML event object