kibana/api_docs/data_view_editor.mdx

33 lines
1.1 KiB
Text

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