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
608 B
608 B
Home > kibana-plugin-plugins-data-public > SearchSource > setFields
SearchSource.setFields() method
Signature:
setFields(newFields: SearchSourceFields): this;
Parameters
Parameter | Type | Description |
---|---|---|
newFields | SearchSourceFields |
Returns:
this