mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
58 lines
1.7 KiB
Text
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-03-28
|
|
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}/>
|
|
|