grafana/docs/sources/packages_api/data/approotprops.md
Marcus Andersson cc3fc18076
Docs: enable packages reference docs for 7-beta (#23953)
* added packages reference menu item.

* removed the draft flag.

* Updated docs by running script.
2020-04-28 09:53:58 +02:00

1.3 KiB

+++

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

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

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

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

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;