kibana/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.isearchsource.md
Alexey Antonov c4cff972d0
[Regression] Histogram aggregation always shows an error message (#63484) (#64211)
* WIP [Regression] Histogram aggregation always shows an error message

Closes: #62624

* make getInternalStartServices private

* fix ts issues

* remove createSearchSource from static contract

* fix some jest test

* move searh_source to static contract

* fix types

* fix function tests

* fix jest / add createStartServicesGetter

* fix comments: saved_object_management

* maps: fix PR comments

* maps: update types

* fix heck_published_api_changes

* move searchSource into runtime contract

* cleanup

* fix ts error

* cleanup

* remove extra dependencies

* fix Discover

* fix Discover JEST

* fix PR comments

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
# Conflicts:
#	src/plugins/data/public/public.api.md
2020-04-22 22:06:17 +03:00

398 B

Home > kibana-plugin-plugins-data-public > ISearchSource

ISearchSource type

*

Signature:

export declare type ISearchSource = Pick<SearchSource, keyof SearchSource>;