mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
61 lines
1.5 KiB
Text
61 lines
1.5 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: kibSharePluginApi
|
|
slug: /kibana-dev-docs/api/share
|
|
title: "share"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
description: API docs for the share plugin
|
|
date: 2024-12-13
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'share']
|
|
---
|
|
import shareObj from './share.devdocs.json';
|
|
|
|
Adds URL Service and sharing capabilities to Kibana
|
|
|
|
Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 136 | 0 | 73 | 16 |
|
|
|
|
## Client
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[shareObj.client.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[shareObj.client.start]}/>
|
|
|
|
### Functions
|
|
<DocDefinitionList data={shareObj.client.functions}/>
|
|
|
|
### 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}/>
|
|
|