mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
32 lines
1 KiB
Text
32 lines
1 KiB
Text
---
|
|
id: kibSharedUXPluginApi
|
|
slug: /kibana-dev-docs/api/sharedUX
|
|
title: "sharedUX"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the sharedUX plugin
|
|
date: 2022-03-28
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'sharedUX']
|
|
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 sharedUXObj from './shared_u_x.devdocs.json';
|
|
|
|
A plugin providing components and services for shared user experiences in Kibana.
|
|
|
|
Contact [Shared UX](https://github.com/orgs/elastic/teams/shared-ux) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 4 | 0 | 0 | 0 |
|
|
|
|
## Client
|
|
|
|
### Start
|
|
<DocDefinitionList data={[sharedUXObj.client.start]}/>
|
|
|
|
## Common
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={sharedUXObj.common.misc}/>
|
|
|