* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
53 lines
1.2 KiB
Markdown
53 lines
1.2 KiB
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "ExploreStartPageProps"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## ExploreStartPageProps interface
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export interface ExploreStartPageProps
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { ExploreStartPageProps } from '@grafana/data';
|
|
```
|
|
<b>Properties</b>
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [datasource](#datasource-property) | <code>DataSourceApi</code> | |
|
|
| [exploreMode](#exploremode-property) | <code>ExploreMode</code> | |
|
|
| [onClickExample](#onclickexample-property) | <code>(query: DataQuery) => void</code> | |
|
|
|
|
### datasource property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
datasource?: DataSourceApi;
|
|
```
|
|
|
|
### exploreMode property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
exploreMode: ExploreMode;
|
|
```
|
|
|
|
### onClickExample property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
onClickExample: (query: DataQuery) => void;
|
|
```
|