mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
64 lines
2 KiB
Text
64 lines
2 KiB
Text
---
|
|
id: kibPresentationUtilPluginApi
|
|
slug: /kibana-dev-docs/api/presentationUtil
|
|
title: "presentationUtil"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the presentationUtil plugin
|
|
date: 2022-03-28
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'presentationUtil']
|
|
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 presentationUtilObj from './presentation_util.devdocs.json';
|
|
|
|
The Presentation Utility Plugin is a set of common, shared components and toolkits for solutions within the Presentation space, (e.g. Dashboards, Canvas).
|
|
|
|
Contact [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 |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 228 | 2 | 177 | 11 |
|
|
|
|
## Client
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[presentationUtilObj.client.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[presentationUtilObj.client.start]}/>
|
|
|
|
### Objects
|
|
<DocDefinitionList data={presentationUtilObj.client.objects}/>
|
|
|
|
### Functions
|
|
<DocDefinitionList data={presentationUtilObj.client.functions}/>
|
|
|
|
### Classes
|
|
<DocDefinitionList data={presentationUtilObj.client.classes}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={presentationUtilObj.client.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={presentationUtilObj.client.misc}/>
|
|
|
|
## Server
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={presentationUtilObj.server.misc}/>
|
|
|
|
## Common
|
|
|
|
### Objects
|
|
<DocDefinitionList data={presentationUtilObj.common.objects}/>
|
|
|
|
### Functions
|
|
<DocDefinitionList data={presentationUtilObj.common.functions}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={presentationUtilObj.common.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={presentationUtilObj.common.misc}/>
|
|
|