NavLinkDTO interface

Signature

  1. export interface NavLinkDTO

Import

  1. import { NavLinkDTO } from '@grafana/data';

Properties

PropertyTypeDescription
childrenNavLinkDTO[]
descriptionstring
dividerboolean
emptyMessageIdstring
hideFromMenuboolean
hideFromTabsboolean
highlightTextstring
iconstring
idstring
imgstring
sectionNavSection
sortWeightnumber
subTitlestring
targetstring
textstring
urlstring

children property

Signature

  1. children?: NavLinkDTO[];

description property

Signature

  1. description?: string;

divider property

Signature

  1. divider?: boolean;

emptyMessageId property

Signature

  1. emptyMessageId?: string;

hideFromMenu property

Signature

  1. hideFromMenu?: boolean;

hideFromTabs property

Signature

  1. hideFromTabs?: boolean;

highlightText property

Signature

  1. highlightText?: string;

icon property

Signature

  1. icon?: string;

id property

Signature

  1. id?: string;

img property

Signature

  1. img?: string;

section property

Signature

  1. section?: NavSection;

sortWeight property

Signature

  1. sortWeight?: number;

subTitle property

Signature

  1. subTitle?: string;

target property

Signature

  1. target?: string;

text property

Signature

  1. text: string;

url property

Signature

  1. url?: string;