mirror of
https://github.com/elastic/kibana.git
synced 2025-06-30 12:03:21 -04:00
25 lines
693 B
Markdown
25 lines
693 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [SearchSource](./kibana-plugin-plugins-data-public.searchsource.md) > [setFields](./kibana-plugin-plugins-data-public.searchsource.setfields.md)
|
|
|
|
## SearchSource.setFields() method
|
|
|
|
Internal, do not use. Overrides all search source fields with the new field array.
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
setFields(newFields: SearchSourceFields): this;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| newFields | <code>SearchSourceFields</code> | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
`this`
|
|
|