mirror of
https://github.com/elastic/kibana.git
synced 2025-06-30 12:03:21 -04:00
22 lines
851 B
Markdown
22 lines
851 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [kibana-plugin-plugins-expressions-server](./kibana-plugin-plugins-expressions-server.md) > [DatatableColumn](./kibana-plugin-plugins-expressions-server.datatablecolumn.md)
|
|
|
|
## DatatableColumn interface
|
|
|
|
This type represents the shape of a column in a `Datatable`<!-- -->.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface DatatableColumn
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [id](./kibana-plugin-plugins-expressions-server.datatablecolumn.id.md) | <code>string</code> | |
|
|
| [meta](./kibana-plugin-plugins-expressions-server.datatablecolumn.meta.md) | <code>DatatableColumnMeta</code> | |
|
|
| [name](./kibana-plugin-plugins-expressions-server.datatablecolumn.name.md) | <code>string</code> | |
|
|
|