device-navigation - v4.5.5
    Preparing search index...

    Type Alias NavTree

    Internal root of the nav tree.

    type NavTree = {
        children: NavTreeNode[][];
        root: true;
    }
    Index

    Properties

    Properties

    children: NavTreeNode[][]
    root: true