+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "NavModelBreadcrumb" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## NavModelBreadcrumb interface Signature ```typescript export interface NavModelBreadcrumb ``` Import ```typescript import { NavModelBreadcrumb } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [title](#title-property) | string | | | [url](#url-property) | string | | ### title property Signature ```typescript title: string; ``` ### url property Signature ```typescript url?: string; ```