Preparing search index...
The search index is not available
SPeCS Packages Documentation
SPeCS Packages Documentation
@specs-feup/flow
graph/Node
Node
Class
Type Alias Class<D, S, N>
Class
<
D
,
S
,
N
>
:
(
new
(
graph
:
BaseGraph
.
Class
,
node
:
cytoscape.NodeSingular
,
_d
?:
D
,
_sd
?:
S
)
=>
N
)
Represents the class with functionality for a node type. For example,
BaseNode.Class
is a
Node.Class
Type Parameters
D
extends
BaseNode
.
Data
S
extends
BaseNode
.
ScratchData
N
extends
BaseNode
.
Class
<
D
,
S
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
SPeCS Packages Documentation
Loading...
Represents the class with functionality for a node type. For example, BaseNode.Class is a Node.Class