kibana/api_docs/data_view_editor.mdx
Stacey Gammon 3bbbbb9ed3
Don't include teams with no usage of due deprecations (#124268)
* Don't include teams that have 0 due deprecations

* Update api docs
2022-02-01 10:53:35 -07:00

30 lines
1.1 KiB
Text

---
id: kibDataViewEditorPluginApi
slug: /kibana-dev-docs/api/dataViewEditor
title: "dataViewEditor"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the dataViewEditor plugin
date: 2022-02-01
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewEditor']
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 dataViewEditorObj from './data_view_editor.devdocs.json';
This plugin provides the ability to create data views via a modal flyout from any kibana app
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 |
|-------------------|-----------|------------------------|-----------------|
| 13 | 0 | 7 | 0 |
## Client
### Start
<DocDefinitionList data={[dataViewEditorObj.client.start]}/>
### Interfaces
<DocDefinitionList data={dataViewEditorObj.client.interfaces}/>