mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* Add pluginTeam to ci stats for easier higher level groupings * Updated docs # Conflicts: # api_docs/alerting.json # api_docs/alerting.mdx # api_docs/core.json # api_docs/core.mdx # api_docs/core_application.mdx # api_docs/core_chrome.mdx # api_docs/core_http.mdx # api_docs/core_saved_objects.mdx # api_docs/data.mdx # api_docs/data_autocomplete.mdx # api_docs/data_query.mdx # api_docs/data_search.json # api_docs/data_search.mdx # api_docs/data_ui.mdx # api_docs/data_views.json # api_docs/data_views.mdx # api_docs/deprecations_by_api.mdx # api_docs/deprecations_by_plugin.mdx # api_docs/event_log.json # api_docs/plugin_directory.mdx # api_docs/reporting.json # api_docs/saved_objects.json Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
44 lines
1.3 KiB
Text
44 lines
1.3 KiB
Text
---
|
|
id: kibCoreSavedObjectsPluginApi
|
|
slug: /kibana-dev-docs/api/core-savedObjects
|
|
title: "core.savedObjects"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the core.savedObjects plugin
|
|
date: 2020-11-16
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'core.savedObjects']
|
|
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 coreSavedObjectsObj from './core_saved_objects.json';
|
|
|
|
|
|
|
|
Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 2308 | 27 | 1025 | 30 |
|
|
|
|
## Client
|
|
|
|
### Classes
|
|
<DocDefinitionList data={coreSavedObjectsObj.client.classes}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={coreSavedObjectsObj.client.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={coreSavedObjectsObj.client.misc}/>
|
|
|
|
## Server
|
|
|
|
### Classes
|
|
<DocDefinitionList data={coreSavedObjectsObj.server.classes}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={coreSavedObjectsObj.server.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={coreSavedObjectsObj.server.misc}/>
|
|
|