kibana/api_docs/event_annotation.mdx
2022-09-21 14:08:58 +09:30

53 lines
1.6 KiB
Text

---
####
#### 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.
####
id: kibEventAnnotationPluginApi
slug: /kibana-dev-docs/api/eventAnnotation
title: "eventAnnotation"
image: https://source.unsplash.com/400x175/?github
description: API docs for the eventAnnotation plugin
date: 2022-09-21
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotation']
---
import eventAnnotationObj from './event_annotation.devdocs.json';
The Event Annotation service contains expressions for event annotations
Contact [Vis Editors](https://github.com/orgs/elastic/teams/kibana-vis-editors) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 174 | 0 | 174 | 3 |
## Client
### Start
<DocDefinitionList data={[eventAnnotationObj.client.start]}/>
### Functions
<DocDefinitionList data={eventAnnotationObj.client.functions}/>
### Interfaces
<DocDefinitionList data={eventAnnotationObj.client.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={eventAnnotationObj.client.misc}/>
## Common
### Objects
<DocDefinitionList data={eventAnnotationObj.common.objects}/>
### Functions
<DocDefinitionList data={eventAnnotationObj.common.functions}/>
### Interfaces
<DocDefinitionList data={eventAnnotationObj.common.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={eventAnnotationObj.common.misc}/>