+++ # ----------------------------------------------------------------------- # 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 ```typescript export interface ExploreStartPageProps ``` Import ```typescript import { ExploreStartPageProps } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [datasource](#datasource-property) | DataSourceApi | | | [exploreId](#exploreid-property) | any | | | [exploreMode](#exploremode-property) | ExploreMode | | | [onClickExample](#onclickexample-property) | (query: DataQuery) => void | | ### datasource property Signature ```typescript datasource?: DataSourceApi; ``` ### exploreId property Signature ```typescript exploreId?: any; ``` ### exploreMode property Signature ```typescript exploreMode: ExploreMode; ``` ### onClickExample property Signature ```typescript onClickExample: (query: DataQuery) => void; ```