mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
41 lines
1.2 KiB
Text
41 lines
1.2 KiB
Text
---
|
|
id: kibSpacesOssPluginApi
|
|
slug: /kibana-dev-docs/spacesOssPluginApi
|
|
title: spacesOss
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the spacesOss plugin
|
|
date: 2020-11-16
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'spacesOss']
|
|
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 spacesOssObj from './spaces_oss.json';
|
|
|
|
This plugin exposes a limited set of spaces functionality to OSS plugins.
|
|
|
|
Contact [Platform Security](https://github.com/orgs/elastic/teams/kibana-security) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 77 | 0 | 10 | 0 |
|
|
|
|
## Client
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[spacesOssObj.client.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[spacesOssObj.client.start]}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={spacesOssObj.client.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={spacesOssObj.client.misc}/>
|
|
|
|
## Common
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={spacesOssObj.common.interfaces}/>
|
|
|