mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
38 lines
1.1 KiB
Text
38 lines
1.1 KiB
Text
---
|
|
id: kibConsolePluginApi
|
|
slug: /kibana-dev-docs/api/console
|
|
title: "console"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the console plugin
|
|
date: 2022-03-28
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console']
|
|
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 consoleObj from './console.devdocs.json';
|
|
|
|
|
|
|
|
Contact [Stack Management](https://github.com/orgs/elastic/teams/kibana-stack-management) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 13 | 0 | 13 | 1 |
|
|
|
|
## Client
|
|
|
|
### Classes
|
|
<DocDefinitionList data={consoleObj.client.classes}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={consoleObj.client.interfaces}/>
|
|
|
|
## Server
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[consoleObj.server.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[consoleObj.server.start]}/>
|
|
|