kibana/api_docs/expression_shape.mdx
Thomas Neirynck 3a482f175a
Update API docs (#130999)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-05-03 16:13:19 -04:00

58 lines
1.7 KiB
Text

---
id: kibExpressionShapePluginApi
slug: /kibana-dev-docs/api/expressionShape
title: "expressionShape"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the expressionShape plugin
date: 2022-04-26
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.devdocs.json';
Adds 'shape' function and renderer to expressions
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 |
|-------------------|-----------|------------------------|-----------------|
| 148 | 0 | 146 | 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}/>
## Server
### Start
<DocDefinitionList data={[expressionShapeObj.server.start]}/>
## 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}/>