Import
Constructors
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
components | DataSourcePluginComponents<DSType, TQuery, TOptions, TSecureOptions> | ||
DataSourceConstructor<DSType, TQuery, TOptions> |
Methods
Constructs a new instance of the DataSourcePlugin
class
Signature
constructor(DataSourceClass: DataSourceConstructor<DSType, TQuery, TOptions>);
Parameters
Parameter | Type | Description |
---|---|---|
DataSourceClass | DataSourceConstructor<DSType, TQuery, TOptions> |
components property
Signature
components: DataSourcePluginComponents<DSType, TQuery, TOptions, TSecureOptions>;
DataSourceClass property
Signature
setAnnotationQueryCtrl method
Signature
setAnnotationQueryCtrl(AnnotationsQueryCtrl: any): this;
Parameters
Parameter | Type | Description |
---|---|---|
AnnotationsQueryCtrl | any |
Returns:
this
setComponentsFromLegacyExports method
Signature
Parameters
Returns:
void
Signature
setConfigCtrl(ConfigCtrl: any): this;
Parameters
Parameter | Type | Description |
---|---|---|
ConfigCtrl |
this
setConfigEditor method
Signature
setConfigEditor(editor: ComponentType<DataSourcePluginOptionsEditorProps<TOptions, TSecureOptions>>): this;
Parameters
Parameter | Type | Description |
---|---|---|
editor | ComponentType<DataSourcePluginOptionsEditorProps<TOptions, TSecureOptions>> |
Returns:
this
setExploreLogsQueryField method
Signature
setExploreLogsQueryField(ExploreQueryField: ComponentType<ExploreQueryFieldProps<DSType, TQuery, TOptions>>): this;
Parameters
Parameter | Type | Description |
---|---|---|
ExploreQueryField | ComponentType<ExploreQueryFieldProps<DSType, TQuery, TOptions>> |
Returns:
this
setExploreMetricsQueryField method
Signature
setExploreMetricsQueryField(ExploreQueryField: ComponentType<ExploreQueryFieldProps<DSType, TQuery, TOptions>>): this;
Parameters
Parameter | Type | Description |
---|---|---|
ExploreQueryField | ComponentType<ExploreQueryFieldProps<DSType, TQuery, TOptions>> |
Returns:
this
setExploreQueryField method
Signature
setExploreQueryField(ExploreQueryField: ComponentType<ExploreQueryFieldProps<DSType, TQuery, TOptions>>): this;
Parameters
Returns:
this
Signature
Parameters
Parameter | Type | Description |
---|---|---|
ExploreStartPage | ComponentType<QueryEditorHelpProps<TQuery>> |
setMetadataInspector method
Signature
setMetadataInspector(MetadataInspector: ComponentType<MetadataInspectorProps<DSType, TQuery, TOptions>>): this;
Parameters
Parameter | Type | Description |
---|---|---|
MetadataInspector | ComponentType<MetadataInspectorProps<DSType, TQuery, TOptions>> |
Returns:
this
setQueryCtrl method
Signature
setQueryCtrl(QueryCtrl: any): this;
Parameters
Parameter | Type | Description |
---|---|---|
QueryCtrl | any |
Returns:
this
setQueryEditor method
Signature
setQueryEditor(QueryEditor: ComponentType<QueryEditorProps<DSType, TQuery, TOptions>>): this;
Parameters
Parameter | Type | Description |
---|---|---|
QueryEditor | ComponentType<QueryEditorProps<DSType, TQuery, TOptions>> |
Returns:
this
setQueryEditorHelp method
Signature
Parameters
Returns:
this
Signature
setVariableQueryEditor(VariableQueryEditor: any): this;
Parameters
Parameter | Type | Description |
---|---|---|
VariableQueryEditor | any |