kibana/api_docs/screenshotting.mdx
2022-03-28 14:24:55 -04:00

41 lines
1.3 KiB
Text

---
id: kibScreenshottingPluginApi
slug: /kibana-dev-docs/api/screenshotting
title: "screenshotting"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the screenshotting plugin
date: 2022-03-28
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'screenshotting']
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 screenshottingObj from './screenshotting.devdocs.json';
Kibana Screenshotting Plugin
Contact [Kibana Reporting Services](https://github.com/orgs/elastic/teams/kibana-reporting-services) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 24 | 0 | 12 | 5 |
## Server
### Start
<DocDefinitionList data={[screenshottingObj.server.start]}/>
### Interfaces
<DocDefinitionList data={screenshottingObj.server.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={screenshottingObj.server.misc}/>
## Common
### Objects
<DocDefinitionList data={screenshottingObj.common.objects}/>
### Consts, variables and types
<DocDefinitionList data={screenshottingObj.common.misc}/>