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