PluginInclude interface

Signature

  1. export interface PluginInclude

Import

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

Properties

PropertyTypeDescription
addToNavboolean
componentstring
iconstring
namestring
pathstring
rolestring
typePluginIncludeType

addToNav property

Signature

  1. addToNav?: boolean;

component property

Signature

  1. component?: string;

icon property

Signature

  1. icon?: string;

name property

Signature

  1. name: string;

path property

Signature

  1. path?: string;

role property

Signature

  1. role?: string;

type property

Signature

  1. type: PluginIncludeType;