Graphora API
Preparing search index...
@graphora/interactions
NodeDragState
Interface NodeDragState
interface
NodeDragState
{
currentNodePosition
:
Point
|
null
;
currentScreenPoint
:
ScreenPoint
|
null
;
delta
:
Point
;
draggingNodeId
:
GraphId
|
null
;
pointerId
:
DragPointerId
|
null
;
startNodePosition
:
Point
|
null
;
startScreenPoint
:
ScreenPoint
|
null
;
viewportZoom
:
number
|
null
;
}
Index
Properties
current
Node
Position
current
Screen
Point
delta
dragging
Node
Id
pointer
Id
start
Node
Position
start
Screen
Point
viewport
Zoom
Properties
Readonly
current
Node
Position
currentNodePosition
:
Point
|
null
Readonly
current
Screen
Point
currentScreenPoint
:
ScreenPoint
|
null
Readonly
delta
delta
:
Point
Readonly
dragging
Node
Id
draggingNodeId
:
GraphId
|
null
Readonly
pointer
Id
pointerId
:
DragPointerId
|
null
Readonly
start
Node
Position
startNodePosition
:
Point
|
null
Readonly
start
Screen
Point
startScreenPoint
:
ScreenPoint
|
null
Readonly
viewport
Zoom
viewportZoom
:
number
|
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
Node
Position
current
Screen
Point
delta
dragging
Node
Id
pointer
Id
start
Node
Position
start
Screen
Point
viewport
Zoom
Graphora API
Loading...