kibana/api_docs/core_application.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

36 lines
1.1 KiB
Text

---
id: kibCoreApplicationPluginApi
slug: /kibana-dev-docs/core.applicationPluginApi
title: core.application
image: https://source.unsplash.com/400x175/?github
summary: API docs for the core.application plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'core.application']
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 coreApplicationObj from './core_application.json';
Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 2292 | 27 | 1020 | 30 |
## Client
### Classes
<DocDefinitionList data={coreApplicationObj.client.classes}/>
### Interfaces
<DocDefinitionList data={coreApplicationObj.client.interfaces}/>
### Enums
<DocDefinitionList data={coreApplicationObj.client.enums}/>
### Consts, variables and types
<DocDefinitionList data={coreApplicationObj.client.misc}/>