mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
64 lines
1.9 KiB
Text
64 lines
1.9 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: kibPresentationUtilPluginApi
|
|
slug: /kibana-dev-docs/api/presentationUtil
|
|
title: "presentationUtil"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
description: API docs for the presentationUtil plugin
|
|
date: 2023-08-14
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'presentationUtil']
|
|
---
|
|
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 [@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 |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 218 | 8 | 164 | 11 |
|
|
|
|
## Client
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[presentationUtilObj.client.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[presentationUtilObj.client.start]}/>
|
|
|
|
### 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}/>
|
|
|