Data contained in this node type.

interface Data {
    id: string;
    parent?: string;
}

Hierarchy (view full)

Properties

Properties

id: string

The unique identifier of this node.

parent?: string

The parent node of this node, if any.