ts-graphviz
Preparing search index...
@ts-graphviz/common
NodeConstructor
Interface NodeConstructor
interface
NodeConstructor
{
new
NodeConstructor
(
id
:
string
,
attributes
?:
NodeAttributesObject
,
)
:
NodeModel
;
new
NodeConstructor
(
...
args
:
any
[]
)
:
NodeModel
;
}
Index
Constructors
constructor
Constructors
constructor
new
NodeConstructor
(
id
:
string
,
attributes
?:
NodeAttributesObject
)
:
NodeModel
Parameters
id
:
string
Optional
attributes
:
NodeAttributesObject
Returns
NodeModel
new
NodeConstructor
(
...
args
:
any
[]
)
:
NodeModel
Parameters
...
args
:
any
[]
Returns
NodeModel
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
ts-graphviz
Loading...