+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "NavIndex" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## NavIndex type ### NavIndex type Signature ```typescript export declare type NavIndex = { [s: string]: NavModelItem; }; ``` Import ```typescript import { NavIndex } from '@grafana/data'; ```