kibana/api_docs/es_ui_shared.mdx
Stacey Gammon 5d1916baae
Add a plugin directory page to the docs build (#112862) (#113314)
* 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
# Conflicts:
#	api_docs/actions.mdx
#	api_docs/apm.json
#	api_docs/core.mdx
#	api_docs/core_application.mdx
#	api_docs/core_chrome.mdx
#	api_docs/core_http.mdx
#	api_docs/core_saved_objects.mdx
#	api_docs/data.json
#	api_docs/data.mdx
#	api_docs/data_autocomplete.mdx
#	api_docs/data_data_views.json
#	api_docs/data_data_views.mdx
#	api_docs/data_query.mdx
#	api_docs/data_search.json
#	api_docs/data_search.mdx
#	api_docs/data_ui.mdx
#	api_docs/deprecations_by_api.mdx
#	api_docs/deprecations_by_plugin.mdx
#	api_docs/event_log.mdx
#	api_docs/maps.json
#	api_docs/maps.mdx
#	api_docs/maps_ems.json
#	api_docs/maps_ems.mdx
#	api_docs/observability.mdx
#	api_docs/saved_objects.json
#	api_docs/security_solution.mdx
2021-09-28 16:58:56 -04:00

50 lines
1.3 KiB
Plaintext

---
id: kibEsUiSharedPluginApi
slug: /kibana-dev-docs/esUiSharedPluginApi
title: esUiShared
image: https://source.unsplash.com/400x175/?github
summary: API docs for the esUiShared plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esUiShared']
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 esUiSharedObj from './es_ui_shared.json';
Contact [Stack Management](https://github.com/orgs/elastic/teams/kibana-stack-management) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 110 | 5 | 106 | 3 |
## Client
### Objects
<DocDefinitionList data={esUiSharedObj.client.objects}/>
### Functions
<DocDefinitionList data={esUiSharedObj.client.functions}/>
### Classes
<DocDefinitionList data={esUiSharedObj.client.classes}/>
### Interfaces
<DocDefinitionList data={esUiSharedObj.client.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={esUiSharedObj.client.misc}/>
## Server
### Functions
<DocDefinitionList data={esUiSharedObj.server.functions}/>
## Common
### Interfaces
<DocDefinitionList data={esUiSharedObj.common.interfaces}/>