kibana/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchsource.fetch.md
Liza Katz 6956091adf
Generate docs from data plugin (#56955) (#59729)
* Add doc building for data plugin

* Added data server md file

* index file for suggestion component

* Clear out internal imports from public API

* Remove FunctionalComponent usage

* comment out working docs

* Added fixes following @octogonz feedback

* new docs

* Clean up

* Clean up 2

* fix jest

* rename docs script file

* update tasks

* tasks

* update docs
# Conflicts:
#	src/dev/run_check_published_api_changes.ts
2020-03-10 14:00:28 +02:00

654 B

Home > kibana-plugin-plugins-data-public > SearchSource > fetch

SearchSource.fetch() method

Fetch this source and reject the returned Promise on error

Signature:

fetch(options?: FetchOptions): Promise<any>;

Parameters

Parameter Type Description
options FetchOptions

Returns:

Promise<any>