Preparing search index...
The search index is not available
ts-graphviz
ts-graphviz
@ts-graphviz/common
EdgeConstructor
Interface EdgeConstructor
interface
EdgeConstructor
{
new EdgeConstructor
new
(
targets
,
attributes
?
)
:
EdgeModel
;
new EdgeConstructor
new
(
...
args
)
:
EdgeModel
;
}
Index
Constructors
constructor
Constructors
constructor
new
Edge
Constructor
(
targets
,
attributes
?
)
:
EdgeModel
Parameters
targets
:
EdgeTargetTuple
Optional
attributes
:
EdgeAttributesObject
Returns
EdgeModel
new
Edge
Constructor
(
...
args
)
:
EdgeModel
Parameters
Rest
...
args
:
any
[]
Returns
EdgeModel
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
ts-graphviz
Loading...
Generated using
TypeDoc