+++
# -----------------------------------------------------------------------
# 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
```typescript
export interface AppRootProps
```
Import
```typescript
import { AppRootProps } from '@grafana/data';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [meta](#meta-property) | AppPluginMeta<T>
| |
| [onNavChanged](#onnavchanged-property) | (nav: NavModel) => void
| Pass the nav model to the container... is there a better way? |
| [path](#path-property) | string
| |
| [query](#query-property) | KeyValue
| |
### meta property
Signature
```typescript
meta: AppPluginMeta;
```
### onNavChanged property
Pass the nav model to the container... is there a better way?
Signature
```typescript
onNavChanged: (nav: NavModel) => void;
```
### path property
Signature
```typescript
path: string;
```
### query property
Signature
```typescript
query: KeyValue;
```