kibana/api_docs/vis_type_table.mdx

34 lines
1.2 KiB
Plaintext
Raw Normal View History

---
id: kibVisTypeTablePluginApi
slug: /kibana-dev-docs/visTypeTablePluginApi
title: visTypeTable
image: https://source.unsplash.com/400x175/?github
summary: API docs for the visTypeTable plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTable']
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 visTypeTableObj from './vis_type_table.json';
Registers the datatable aggregation-based visualization. Currently it contains two implementations, the one based on EUI datagrid and the angular one. The second one is going to be removed in future minors.
Contact [Vis Editors](https://github.com/orgs/elastic/teams/kibana-vis-editors) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 11 | 0 | 11 | 0 |
## Common
### Interfaces
<DocDefinitionList data={visTypeTableObj.common.interfaces}/>
### Enums
<DocDefinitionList data={visTypeTableObj.common.enums}/>
### Consts, variables and types
<DocDefinitionList data={visTypeTableObj.common.misc}/>