mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* 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
654 B
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>