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