g3-toolkit API Reference
Preparing search index...
core/src
SerializedUGM
Interface SerializedUGM
Serialized UGM format for save/restore (T4).
interface
SerializedUGM
{
edges
:
{
attributes
:
EdgeAttributes
;
id
:
string
;
source
:
string
;
target
:
string
;
}
[]
;
nodes
:
{
attributes
:
NodeAttributes
;
id
:
string
}
[]
;
}
Index
Properties
edges
nodes
Properties
edges
edges
:
{
attributes
:
EdgeAttributes
;
id
:
string
;
source
:
string
;
target
:
string
;
}
[]
nodes
nodes
:
{
attributes
:
NodeAttributes
;
id
:
string
}
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
edges
nodes
g3-toolkit API Reference
Loading...
Serialized UGM format for save/restore (T4).