graphtransliterator-ts / Node
Interface: Node<T, N>
Defined in: Graphs.ts:32
A strongly typed vertex node within the directed graph layout.
Type Parameters
T
T
User-defined categorical discriminant flag (e.g., node layout variant variants).
N
N
Payload state type tailored to the node’s specific variant data schema.
Properties
data
data:
N
Defined in: Graphs.ts:40
Arbitrary operational metadata carried by this specific vertex.
id
id:
number
Defined in: Graphs.ts:34
Array index or numeric placement identifier unique to this node.
label
label:
string
Defined in: Graphs.ts:38
Traceable structural descriptor or naming label.
type_
type_:
T
Defined in: Graphs.ts:36
Categorical variant classification tag used for domain filtering.