interface Data {
    __clava_flow__clava_node: {
        version: "1";
    };
    id: string;
    parent?: string;
}

Hierarchy (view full)

Properties

__clava_flow__clava_node: {
    version: "1";
}
id: string

The unique identifier of this node.

parent?: string

The parent node of this node, if any.