kibana/api_docs/controls.mdx
Stacey Gammon af283e8a07
Don't count any ci stats coming from code in node_modules (#122600)
* ensure no stats are tracked that are coming from third party libraries

Update stats.ts

* Build api docs with new stats
2022-01-11 08:34:07 -05:00

41 lines
1.3 KiB
Text

---
id: kibControlsPluginApi
slug: /kibana-dev-docs/api/controls
title: "controls"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the controls plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls']
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 controlsObj from './controls.json';
The Controls Plugin contains embeddable components intended to create a simple query interface for end users, and a powerful editing suite that allows dashboard authors to build controls
Contact [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 |
|-------------------|-----------|------------------------|-----------------|
| 118 | 0 | 117 | 3 |
## Client
### Classes
<DocDefinitionList data={controlsObj.client.classes}/>
### Interfaces
<DocDefinitionList data={controlsObj.client.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={controlsObj.client.misc}/>
## Common
### Interfaces
<DocDefinitionList data={controlsObj.common.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={controlsObj.common.misc}/>