sesaparcours
Preparing search index...
entities/Graph
GraphSerialized
Interface GraphSerialized
Format objet d’un graphe (à mettre dans un json par ex), retourné par graph.serialize()
interface
GraphSerialized
{
nodes
:
Record
<
string
,
GraphNodeSerialized
>
;
startingId
:
string
;
}
Index
Properties
nodes
starting
Id
Properties
nodes
nodes
:
Record
<
string
,
GraphNodeSerialized
>
starting
Id
startingId
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
nodes
starting
Id
sesaparcours
Loading...
Format objet d’un graphe (à mettre dans un json par ex), retourné par graph.serialize()