Preparing search index...
    interface ITopologyState<K extends NodeKeyType> {
        nodeChildren: Map<null | K, K[]>;
        nodeParents: Map<K, null | K>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    nodeChildren: Map<null | K, K[]>
    nodeParents: Map<K, null | K>