mirror of
https://github.com/elastic/kibana.git
synced 2025-04-18 23:21:39 -04:00
44 lines
1.2 KiB
Text
44 lines
1.2 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: kibCanvasPluginApi
|
|
slug: /kibana-dev-docs/api/canvas
|
|
title: "canvas"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
description: API docs for the canvas plugin
|
|
date: 2025-04-18
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas']
|
|
---
|
|
import canvasObj from './canvas.devdocs.json';
|
|
|
|
Adds Canvas application to Kibana
|
|
|
|
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 | 8 | 3 |
|
|
|
|
## Client
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[canvasObj.client.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[canvasObj.client.start]}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={canvasObj.client.interfaces}/>
|
|
|
|
## Common
|
|
|
|
### Objects
|
|
<DocDefinitionList data={canvasObj.common.objects}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={canvasObj.common.misc}/>
|
|
|