Graphora API
Preparing search index...
@graphora/adapter-graphology
fromGraphology
Variable fromGraphology
Const
fromGraphology
:
<
NodeAttributes
extends
Readonly
<
Record
<
string
,
unknown
>
>
=
Readonly
<
Record
<
string
,
unknown
>
>
,
EdgeAttributes
extends
Readonly
<
Record
<
string
,
unknown
>
>
=
Readonly
<
Record
<
string
,
unknown
>
>
,
NodeData
=
NodeAttributes
,
EdgeData
=
EdgeAttributes
,
>
(
graph
:
GraphologyLike
<
NodeAttributes
,
EdgeAttributes
>
,
options
?:
GraphologyAdapterOptions
<
NodeAttributes
,
EdgeAttributes
,
NodeData
,
EdgeData
,
>
,
)
=>
RawGraph
<
NodeData
,
EdgeData
>
= graphologyToRawGraph
Type Declaration
<
NodeAttributes
extends
Readonly
<
Record
<
string
,
unknown
>
>
=
Readonly
<
Record
<
string
,
unknown
>
>
,
EdgeAttributes
extends
Readonly
<
Record
<
string
,
unknown
>
>
=
Readonly
<
Record
<
string
,
unknown
>
>
,
NodeData
=
NodeAttributes
,
EdgeData
=
EdgeAttributes
,
>
(
graph
:
GraphologyLike
<
NodeAttributes
,
EdgeAttributes
>
,
options
?:
GraphologyAdapterOptions
<
NodeAttributes
,
EdgeAttributes
,
NodeData
,
EdgeData
,
>
,
)
:
RawGraph
<
NodeData
,
EdgeData
>
Type Parameters
NodeAttributes
extends
Readonly
<
Record
<
string
,
unknown
>
>
=
Readonly
<
Record
<
string
,
unknown
>
>
EdgeAttributes
extends
Readonly
<
Record
<
string
,
unknown
>
>
=
Readonly
<
Record
<
string
,
unknown
>
>
NodeData
=
NodeAttributes
EdgeData
=
EdgeAttributes
Parameters
graph
:
GraphologyLike
<
NodeAttributes
,
EdgeAttributes
>
options
:
GraphologyAdapterOptions
<
NodeAttributes
,
EdgeAttributes
,
NodeData
,
EdgeData
>
= {}
Returns
RawGraph
<
NodeData
,
EdgeData
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Graphora API
Loading...