mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
30 lines
1.1 KiB
Text
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-06-20
|
|
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 |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 15 | 0 | 7 | 0 |
|
|
|
|
## Client
|
|
|
|
### Start
|
|
<DocDefinitionList data={[dataViewEditorObj.client.start]}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={dataViewEditorObj.client.interfaces}/>
|
|
|