Menu
Scroll for more
Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
Enterprise
Open source
NavLinkDTO interface
Signature
typescript
export interface NavLinkDTO Import
typescript
import { NavLinkDTO } from '@grafana/data';Properties
| Property | Type | Description |
|---|---|---|
| children | NavLinkDTO[] | |
| description | string | |
| divider | boolean | |
| hideFromMenu | boolean | |
| hideFromTabs | boolean | |
| highlightText | string | |
| icon | string | |
| id | string | |
| img | string | |
| section | NavSection | |
| sortWeight | number | |
| subTitle | string | |
| target | string | |
| text | string | |
| url | string |
children property
Signature
typescript
children?: NavLinkDTO[];description property
Signature
typescript
description?: string;divider property
Signature
typescript
divider?: boolean;hideFromMenu property
Signature
typescript
hideFromMenu?: boolean;hideFromTabs property
Signature
typescript
hideFromTabs?: boolean;highlightText property
Signature
typescript
highlightText?: string;icon property
Signature
typescript
icon?: string;id property
Signature
typescript
id?: string;img property
Signature
typescript
img?: string;section property
Signature
typescript
section?: NavSection;sortWeight property
Signature
typescript
sortWeight?: number;subTitle property
Signature
typescript
subTitle?: string;target property
Signature
typescript
target?: string;text property
Signature
typescript
text: string;url property
Signature
typescript
url?: string;Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Video

Getting started with managing your metrics, logs, and traces using Grafana
In this webinar, we’ll demo how to get started using the LGTM Stack: Loki for logs, Grafana for visualization, Tempo for traces, and Mimir for metrics.
Video

Getting started with Grafana dashboard design
In this webinar, you'll learn how to design stylish and easily accessible Grafana dashboards that tell a story.
Video

Building advanced Grafana dashboards
In this webinar, we’ll demo how to build and format Grafana dashboards.