kibana/api_docs/core_saved_objects.mdx
Stacey Gammon 87a5b22626
API DOCS Step 3/3 (#92929)
* update api_docs from gitignore

* api doc files

* Update api_welcome.mdx

* Pretty print json

* Add new lines and extra frontmatter to warn github viewers

* update api_docs with new lines and frontmatter

* Remove all apis tagged @internal and add tests

* Update docs with all internal APIs removed

* fix typescript error in test fixtures

* Update core.json

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-02 22:02:17 -05:00

36 lines
1 KiB
Plaintext

---
id: kibCoreSavedObjectsPluginApi
slug: /kibana-dev-docs/core.savedObjectsPluginApi
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';
## 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}/>