mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* update api_docs from gitignore * api doc files * Update api_welcome.mdx * Pretty print json * Add new lines and extra frontmatter to warn github viewers * update api_docs with new lines and frontmatter * Remove all apis tagged @internal and add tests * Update docs with all internal APIs removed * fix typescript error in test fixtures * Update core.json Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
27 lines
846 B
Text
27 lines
846 B
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';
|
|
|
|
## 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}/>
|
|
|