ts-graphviz
Preparing search index...
@ts-graphviz/react
useNode
Function useNode
useNode
(
id
:
string
,
options
?:
NodeOptions
)
:
NodeModel
useNode
is a hook that creates an instance of Node according to the object given by props.
Parameters
id
:
string
options
:
NodeOptions
= {}
Returns
NodeModel
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ts-graphviz
Loading...
useNode
is a hook that creates an instance of Node according to the object given by props.