ts-graphviz
Preparing search index...
ts-graphviz
ts-graphviz
EdgeConstructor
Interface EdgeConstructor
interface
EdgeConstructor
{
new
EdgeConstructor
(
targets
:
EdgeTargetTuple
,
attributes
?:
EdgeAttributesObject
,
)
:
EdgeModel
;
new
EdgeConstructor
(
...
args
:
any
[]
)
:
EdgeModel
;
}
Index
Constructors
constructor
Constructors
constructor
new
EdgeConstructor
(
targets
:
EdgeTargetTuple
,
attributes
?:
EdgeAttributesObject
,
)
:
EdgeModel
Parameters
targets
:
EdgeTargetTuple
Optional
attributes
:
EdgeAttributesObject
Returns
EdgeModel
new
EdgeConstructor
(
...
args
:
any
[]
)
:
EdgeModel
Parameters
...
args
:
any
[]
Returns
EdgeModel
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
ts-graphviz
Loading...