mirror of
https://github.com/elastic/kibana.git
synced 2025-04-18 23:21:39 -04:00
42 lines
1.3 KiB
Text
42 lines
1.3 KiB
Text
---
|
|
####
|
|
#### 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.
|
|
####
|
|
id: kibEmbeddableEnhancedPluginApi
|
|
slug: /kibana-dev-docs/api/embeddableEnhanced
|
|
title: "embeddableEnhanced"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
description: API docs for the embeddableEnhanced plugin
|
|
date: 2025-04-07
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddableEnhanced']
|
|
---
|
|
import embeddableEnhancedObj from './embeddable_enhanced.devdocs.json';
|
|
|
|
Extends embeddable plugin with more functionality
|
|
|
|
Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 15 | 0 | 15 | 2 |
|
|
|
|
## 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}/>
|
|
|