[api-docs] 2025-05-31 Daily api_docs build (#222134)

Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/1089
This commit is contained in:
Kibana Machine 2025-05-31 08:17:09 +02:00 committed by GitHub
parent 0db2c8952c
commit f015ead79e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
832 changed files with 2539 additions and 980 deletions

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboard
title: "dashboard"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dashboard plugin
date: 2025-05-29
date: 2025-05-31
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboard']
---
import dashboardObj from './dashboard.devdocs.json';
@ -21,7 +21,7 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 89 | 0 | 84 | 12 |
| 100 | 0 | 95 | 12 |
## Client
@ -59,6 +59,9 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib
## Common
### Functions
<DocDefinitionList data={dashboardObj.common.functions}/>
### Interfaces
<DocDefinitionList data={dashboardObj.common.interfaces}/>