Graphora API
Preparing search index...
@graphora/interactions
NodeDragStartInput
Interface NodeDragStartInput
interface
NodeDragStartInput
{
nodeId
:
GraphId
;
nodePosition
:
Point
;
pointerId
?:
DragPointerId
|
null
;
screenPoint
:
ScreenPoint
;
viewport
:
ViewportState
;
}
Index
Properties
node
Id
node
Position
pointer
Id?
screen
Point
viewport
Properties
Readonly
node
Id
nodeId
:
GraphId
Readonly
node
Position
nodePosition
:
Point
Optional
Readonly
pointer
Id
pointerId
?:
DragPointerId
|
null
Readonly
screen
Point
screenPoint
:
ScreenPoint
Readonly
viewport
viewport
:
ViewportState
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
node
Id
node
Position
pointer
Id
screen
Point
viewport
Graphora API
Loading...