mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
52 lines
1.4 KiB
Text
52 lines
1.4 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: kibSearchPlaygroundPluginApi
|
|
slug: /kibana-dev-docs/api/searchPlayground
|
|
title: "searchPlayground"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
description: API docs for the searchPlayground plugin
|
|
date: 2025-04-23
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchPlayground']
|
|
---
|
|
import searchPlaygroundObj from './search_playground.devdocs.json';
|
|
|
|
|
|
|
|
Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 14 | 0 | 14 | 0 |
|
|
|
|
## Client
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[searchPlaygroundObj.client.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[searchPlaygroundObj.client.start]}/>
|
|
|
|
### Enums
|
|
<DocDefinitionList data={searchPlaygroundObj.client.enums}/>
|
|
|
|
## Server
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[searchPlaygroundObj.server.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[searchPlaygroundObj.server.start]}/>
|
|
|
|
## Common
|
|
|
|
### Objects
|
|
<DocDefinitionList data={searchPlaygroundObj.common.objects}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={searchPlaygroundObj.common.misc}/>
|
|
|