kibana/api_docs/embeddable_enhanced.mdx

40 lines
1.3 KiB
Plaintext
Raw Normal View History

---
id: kibEmbeddableEnhancedPluginApi
slug: /kibana-dev-docs/api/embeddableEnhanced
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';
Extends embeddable plugin with more functionality
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 |
|-------------------|-----------|------------------------|-----------------|
| 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}/>