ExploreStartPageProps interface
Signature
export interface ExploreStartPageProps
Import
import { ExploreStartPageProps } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
datasource | DataSourceApi |
|
exploreId | any |
|
onClickExample | (query: DataQuery) => void |
datasource property
Signature
datasource: DataSourceApi;
exploreId property
Signature
exploreId?: any;
onClickExample property
Signature
onClickExample: (query: DataQuery) => void;