mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
1.3 KiB
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;