kibana/api_docs/share.mdx
Stacey Gammon 283223101d
Improve deprecated API list, and update api docs (#106942)
* Code to adjust deprecated api list

* updated docs

* fix and update tests
2021-07-28 12:44:17 -04:00

62 lines
1.4 KiB
Plaintext

---
id: kibSharePluginApi
slug: /kibana-dev-docs/sharePluginApi
title: share
image: https://source.unsplash.com/400x175/?github
summary: API docs for the share plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'share']
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 shareObj from './share.json';
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 123 | 1 | 83 | 8 |
## Client
### Setup
<DocDefinitionList data={[shareObj.client.setup]}/>
### Start
<DocDefinitionList data={[shareObj.client.start]}/>
### Functions
<DocDefinitionList data={shareObj.client.functions}/>
### Classes
<DocDefinitionList data={shareObj.client.classes}/>
### Interfaces
<DocDefinitionList data={shareObj.client.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={shareObj.client.misc}/>
## Server
### Setup
<DocDefinitionList data={[shareObj.server.setup]}/>
### Start
<DocDefinitionList data={[shareObj.server.start]}/>
### Consts, variables and types
<DocDefinitionList data={shareObj.server.misc}/>
## Common
### Functions
<DocDefinitionList data={shareObj.common.functions}/>
### Interfaces
<DocDefinitionList data={shareObj.common.interfaces}/>