kibana/api_docs/data_ui.mdx
Stacey Gammon 20202f7e7d
Add a plugin directory page to the docs build (#112862)
* Write plugin directory doc as part of api docs build.

* Replace service folder with the new name for index patterns

* Updated docs

* small update

* update docs
2021-09-28 13:17:12 -04:00

34 lines
1.2 KiB
Plaintext

---
id: kibDataUiPluginApi
slug: /kibana-dev-docs/data.uiPluginApi
title: data.ui
image: https://source.unsplash.com/400x175/?github
summary: API docs for the data.ui plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.ui']
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 dataUiObj from './data_ui.json';
Data services are useful for searching and querying data from Elasticsearch. Helpful utilities include: a re-usable react query bar, KQL autocomplete, async search, Data Views (Index Patterns) and field formatters.
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 |
|-------------------|-----------|------------------------|-----------------|
| 3186 | 44 | 2800 | 49 |
## Client
### Functions
<DocDefinitionList data={dataUiObj.client.functions}/>
### Interfaces
<DocDefinitionList data={dataUiObj.client.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={dataUiObj.client.misc}/>