kibana/api_docs/expression_shape.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

54 lines
1.4 KiB
Plaintext

---
id: kibExpressionShapePluginApi
slug: /kibana-dev-docs/expressionShapePluginApi
title: expressionShape
image: https://source.unsplash.com/400x175/?github
summary: API docs for the expressionShape plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionShape']
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 expressionShapeObj from './expression_shape.json';
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 90 | 0 | 90 | 0 |
## Client
### Start
<DocDefinitionList data={[expressionShapeObj.client.start]}/>
### Functions
<DocDefinitionList data={expressionShapeObj.client.functions}/>
### Interfaces
<DocDefinitionList data={expressionShapeObj.client.interfaces}/>
### Enums
<DocDefinitionList data={expressionShapeObj.client.enums}/>
### Consts, variables and types
<DocDefinitionList data={expressionShapeObj.client.misc}/>
## Common
### Functions
<DocDefinitionList data={expressionShapeObj.common.functions}/>
### Interfaces
<DocDefinitionList data={expressionShapeObj.common.interfaces}/>
### Enums
<DocDefinitionList data={expressionShapeObj.common.enums}/>
### Consts, variables and types
<DocDefinitionList data={expressionShapeObj.common.misc}/>