Documentation - v19.9.0-dev
Preparing search index...
@stereograph/teiaviewer-plugins
SerializedNavigationGraph
Interface SerializedNavigationGraph
interface
SerializedNavigationGraph
{
edges
:
{
accessible
:
boolean
;
direction
:
NavigationEdgeDirection
;
fromNodeId
:
string
;
id
:
string
;
toNodeId
:
string
;
}
[]
;
id
:
string
;
nodes
:
{
accessible
:
boolean
;
id
:
string
;
position
:
[
number
,
number
,
number
]
;
source
:
NavigationElementSource
;
}
[]
;
version
:
1
;
}
Index
Properties
edges
id
nodes
version
Properties
edges
edges
:
{
accessible
:
boolean
;
direction
:
NavigationEdgeDirection
;
fromNodeId
:
string
;
id
:
string
;
toNodeId
:
string
;
}
[]
id
id
:
string
nodes
nodes
:
{
accessible
:
boolean
;
id
:
string
;
position
:
[
number
,
number
,
number
]
;
source
:
NavigationElementSource
;
}
[]
version
version
:
1
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
edges
id
nodes
version
Documentation - v19.9.0-dev
Loading...