NavModelBreadcrumb interface
Signature
export interface NavModelBreadcrumb
Import
import { NavModelBreadcrumb } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
title | string | |
url | string |
title property
Signature
title: string;
url property
Signature
url?: string;