Graphora API
Preparing search index...
@graphora/interactions
moveFocus
Function moveFocus
moveFocus
(
target
:
FocusTarget
,
visible
:
readonly
(
{
nodeId
:
GraphId
;
type
:
"node"
}
|
{
edgeId
:
GraphId
;
type
:
"edge"
}
)
[]
,
direction
?:
"next"
|
"previous"
,
)
:
FocusTarget
Wrap in application-supplied order; absent focus starts at the appropriate end.
Parameters
target
:
FocusTarget
visible
:
readonly
(
{
nodeId
:
GraphId
;
type
:
"node"
}
|
{
edgeId
:
GraphId
;
type
:
"edge"
}
)
[]
direction
:
"next"
|
"previous"
= 'next'
Returns
FocusTarget
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Graphora API
Loading...
Wrap in application-supplied order; absent focus starts at the appropriate end.