mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 16:29:04 -04:00
* Add packages * Update docs * Fix test and types * debug heap size * remove debug heap line * updated docs
70 lines
1.8 KiB
Text
70 lines
1.8 KiB
Text
---
|
|
id: kibDashboardPluginApi
|
|
slug: /kibana-dev-docs/api/dashboard
|
|
title: "dashboard"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the dashboard plugin
|
|
date: 2020-11-16
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboard']
|
|
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 dashboardObj from './dashboard.json';
|
|
|
|
Adds the Dashboard app to Kibana
|
|
|
|
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 |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 145 | 1 | 132 | 10 |
|
|
|
|
## Client
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[dashboardObj.client.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[dashboardObj.client.start]}/>
|
|
|
|
### Objects
|
|
<DocDefinitionList data={dashboardObj.client.objects}/>
|
|
|
|
### Functions
|
|
<DocDefinitionList data={dashboardObj.client.functions}/>
|
|
|
|
### Classes
|
|
<DocDefinitionList data={dashboardObj.client.classes}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={dashboardObj.client.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={dashboardObj.client.misc}/>
|
|
|
|
## Server
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[dashboardObj.server.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[dashboardObj.server.start]}/>
|
|
|
|
### Functions
|
|
<DocDefinitionList data={dashboardObj.server.functions}/>
|
|
|
|
## Common
|
|
|
|
### Objects
|
|
<DocDefinitionList data={dashboardObj.common.objects}/>
|
|
|
|
### Functions
|
|
<DocDefinitionList data={dashboardObj.common.functions}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={dashboardObj.common.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={dashboardObj.common.misc}/>
|
|
|