mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* 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
39 lines
1.4 KiB
Text
39 lines
1.4 KiB
Text
---
|
|
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}/>
|
|
|