Documentation
Preparing search index...
@luolapeikko/graph-entity-types
GraphNodeConstructor
Type Alias GraphNodeConstructor<Node>
GraphNodeConstructor
:
new
(
...
args
:
any
[]
)
=>
Node
Constructor type for a graph node. It defines the constructor signature for creating a graph node.
Type Parameters
Node
extends
IGraphBaseEntityNode
<
string
,
number
,
Record
<
string
,
unknown
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Constructor type for a graph node. It defines the constructor signature for creating a graph node.