kibana/api_docs/data_ui.mdx
Stacey Gammon 899a6f3f11
Fix the API docs bug, where optional functions on interfaces were losing their children. (#107236)
* Fix the bug and update tests

* update api docs

* Fix tests
2021-08-03 11:58:03 -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 |
|-------------------|-----------|------------------------|-----------------|
| 3994 | 85 | 3446 | 63 |
## Client
### Functions
<DocDefinitionList data={dataUiObj.client.functions}/>
### Interfaces
<DocDefinitionList data={dataUiObj.client.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={dataUiObj.client.misc}/>