@maxgraph/core
Preparing search index...
DropHandler
Type Alias DropHandler
DropHandler
:
(
graph
:
AbstractGraph
,
evt
:
MouseEvent
,
cell
:
Cell
|
null
,
x
?:
number
,
y
?:
number
,
)
=>
void
Function that handles the dropping of an element, usually into a
Graph
.
Type declaration
(
graph
:
AbstractGraph
,
evt
:
MouseEvent
,
cell
:
Cell
|
null
,
x
?:
number
,
y
?:
number
,
)
:
void
Parameters
graph
:
AbstractGraph
evt
:
MouseEvent
cell
:
Cell
|
null
Optional
x
:
number
Optional
y
:
number
Returns
void
Since
0.21.0
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@maxgraph/core
Loading...
Function that handles the dropping of an element, usually into a
Graph
.