kibana/api_docs/embeddable_enhanced.mdx
Stacey Gammon 3805c55d6e
Update api docs (#103310) (#103904)
* Update api docs

* update api docs after merge from master
# Conflicts:
#	api_docs/core.json
#	api_docs/data.json
#	api_docs/data_index_patterns.json
#	api_docs/licensing.json
#	api_docs/saved_objects.json
2021-06-30 13:04:59 -04:00

40 lines
1.1 KiB
Plaintext

---
id: kibEmbeddableEnhancedPluginApi
slug: /kibana-dev-docs/embeddableEnhancedPluginApi
title: embeddableEnhanced
image: https://source.unsplash.com/400x175/?github
summary: API docs for the embeddableEnhanced plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddableEnhanced']
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 embeddableEnhancedObj from './embeddable_enhanced.json';
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 14 | 0 | 14 | 0 |
## Client
### Setup
<DocDefinitionList data={[embeddableEnhancedObj.client.setup]}/>
### Start
<DocDefinitionList data={[embeddableEnhancedObj.client.start]}/>
### Functions
<DocDefinitionList data={embeddableEnhancedObj.client.functions}/>
### Interfaces
<DocDefinitionList data={embeddableEnhancedObj.client.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={embeddableEnhancedObj.client.misc}/>