Preparing search index...
The search index is not available
@maxgraph/core
@maxgraph/core
CellHandle
Interface CellHandle
interface
CellHandle
{
active
:
boolean
;
cursor
:
string
;
destroy
:
()
=>
void
;
execute
:
(
me
:
InternalMouseEvent
)
=>
void
;
image
:
null
|
ImageBox
;
positionChanged
:
()
=>
void
;
processEvent
:
(
me
:
InternalMouseEvent
)
=>
void
;
redraw
:
()
=>
void
;
reset
:
()
=>
void
;
setVisible
:
(
v
:
boolean
)
=>
void
;
shape
:
null
|
Shape
;
state
:
CellState
;
}
Implemented by
VertexHandle
Index
Properties
active
cursor
destroy
execute
image
position
Changed
process
Event
redraw
reset
set
Visible
shape
state
Properties
active
active
:
boolean
cursor
cursor
:
string
destroy
destroy
:
()
=>
void
execute
execute
:
(
me
:
InternalMouseEvent
)
=>
void
image
image
:
null
|
ImageBox
position
Changed
positionChanged
:
()
=>
void
process
Event
processEvent
:
(
me
:
InternalMouseEvent
)
=>
void
redraw
redraw
:
()
=>
void
reset
reset
:
()
=>
void
set
Visible
setVisible
:
(
v
:
boolean
)
=>
void
shape
shape
:
null
|
Shape
state
state
:
CellState
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
active
cursor
destroy
execute
image
position
Changed
process
Event
redraw
reset
set
Visible
shape
state
@maxgraph/core
Loading...