kibana/api_docs/data_view_editor.mdx
Alejandro Fernández Haro fcf862220b
Create @elastic/analytics package (#128407)
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-04-05 08:21:57 -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-04-05
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}/>