SPeCS Packages Documentation
    Preparing search index...

    Data contained in this node type.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    The unique identifier of this node.

    parent?: string

    The parent node of this node, if any.