kibana/api_docs/index_pattern_field_editor.mdx
Stacey Gammon e097adbb6a
API Doc Fixes (#109685)
* Fixes

- Fix bad formatting of deprecated apis by plugin
- Collect deprecated apis recursively
- Include unreferenced apis in Deprecated apis by API page.

* Fix unreferenced dep list

* check in updated docs

* Fix the issue with saved objects management plugin docs not being included

* adding the new docs after fixing some docs missing

* update api docs
2021-08-24 13:42:23 -04:00

40 lines
1.4 KiB
Plaintext

---
id: kibIndexPatternFieldEditorPluginApi
slug: /kibana-dev-docs/indexPatternFieldEditorPluginApi
title: indexPatternFieldEditor
image: https://source.unsplash.com/400x175/?github
summary: API docs for the indexPatternFieldEditor plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexPatternFieldEditor']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
import indexPatternFieldEditorObj from './index_pattern_field_editor.json';
Reusable index pattern field editor across Kibana
Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 42 | 2 | 39 | 3 |
## Client
### Setup
<DocDefinitionList data={[indexPatternFieldEditorObj.client.setup]}/>
### Start
<DocDefinitionList data={[indexPatternFieldEditorObj.client.start]}/>
### Classes
<DocDefinitionList data={indexPatternFieldEditorObj.client.classes}/>
### Interfaces
<DocDefinitionList data={indexPatternFieldEditorObj.client.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={indexPatternFieldEditorObj.client.misc}/>