The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/docs/sources/packages_api/data/approotprops.md

1.4 KiB

+++

-----------------------------------------------------------------------

Do not edit this file. It is automatically generated by API Documenter.

-----------------------------------------------------------------------

title = "AppRootProps" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" draft = true +++

AppRootProps interface

Signature

export interface AppRootProps<T = KeyValue> 

Import

import { AppRootProps } from '@grafana/data';

Properties

Property Type Description
meta AppPluginMeta<T>
onNavChanged (nav: NavModel) => void Pass the nav model to the container... is there a better way?
path string
query KeyValue

meta property

Signature

meta: AppPluginMeta<T>;

onNavChanged property

Pass the nav model to the container... is there a better way?

Signature

onNavChanged: (nav: NavModel) => void;

path property

Signature

path: string;

query property

Signature

query: KeyValue;