effect-schema-viz
Preparing search index...
index
graphNodes
Function graphNodes
graphNodes
(
name
:
string
,
graphAttributes
?:
GraphAttributesObject
,
)
:
(
nodes
:
Node
[]
)
=>
Effect
<
[
FormattingError
[]
,
RootGraphModel
]
>
Create a new graph made up of the given nodes.
Parameters
name
:
string
Graph name.
Optional
graphAttributes
:
GraphAttributesObject
Graphviz graph attributes.
Returns
(
nodes
:
Node
[]
)
=>
Effect
<
[
FormattingError
[]
,
RootGraphModel
]
>
Settings
Member Visibility
Internal
Theme
OS
Light
Dark
effect-schema-viz
Loading...
Create a new graph made up of the given nodes.