kibana/api_docs/presentation_panel.mdx

38 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: kibPresentationPanelPluginApi
slug: /kibana-dev-docs/api/presentationPanel
title: "presentationPanel"
image: https://source.unsplash.com/400x175/?github
description: API docs for the presentationPanel plugin
date: 2025-03-06
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'presentationPanel']
---
import presentationPanelObj from './presentation_panel.devdocs.json';
Adds a standardized Presentation panel which allows any forward ref component to interface with various Kibana systems.
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 |
|-------------------|-----------|------------------------|-----------------|
| 9 | 0 | 9 | 4 |
## Client
### Functions
<DocDefinitionList data={presentationPanelObj.client.functions}/>
### Consts, variables and types
<DocDefinitionList data={presentationPanelObj.client.misc}/>
## Common
### Consts, variables and types
<DocDefinitionList data={presentationPanelObj.common.misc}/>