Graphora API
Preparing search index...
@graphora/renderer
InteractionRenderState
Interface InteractionRenderState
interface
InteractionRenderState
{
draggingNodeId
:
GraphId
|
null
;
focusedEdgeId
:
GraphId
|
null
;
focusedNodeId
:
GraphId
|
null
;
highlightedEdgeIds
:
readonly
GraphId
[]
;
highlightedNodeIds
:
readonly
GraphId
[]
;
hoveredEdgeId
:
GraphId
|
null
;
hoveredNodeId
:
GraphId
|
null
;
selectedEdgeIds
:
readonly
GraphId
[]
;
selectedNodeIds
:
readonly
GraphId
[]
;
}
Index
Properties
dragging
Node
Id
focused
Edge
Id
focused
Node
Id
highlighted
Edge
Ids
highlighted
Node
Ids
hovered
Edge
Id
hovered
Node
Id
selected
Edge
Ids
selected
Node
Ids
Properties
Readonly
dragging
Node
Id
draggingNodeId
:
GraphId
|
null
Readonly
focused
Edge
Id
focusedEdgeId
:
GraphId
|
null
Readonly
focused
Node
Id
focusedNodeId
:
GraphId
|
null
Readonly
highlighted
Edge
Ids
highlightedEdgeIds
:
readonly
GraphId
[]
Readonly
highlighted
Node
Ids
highlightedNodeIds
:
readonly
GraphId
[]
Readonly
hovered
Edge
Id
hoveredEdgeId
:
GraphId
|
null
Readonly
hovered
Node
Id
hoveredNodeId
:
GraphId
|
null
Readonly
selected
Edge
Ids
selectedEdgeIds
:
readonly
GraphId
[]
Readonly
selected
Node
Ids
selectedNodeIds
:
readonly
GraphId
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dragging
Node
Id
focused
Edge
Id
focused
Node
Id
highlighted
Edge
Ids
highlighted
Node
Ids
hovered
Edge
Id
hovered
Node
Id
selected
Edge
Ids
selected
Node
Ids
Graphora API
Loading...