mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
21 lines
800 B
Markdown
21 lines
800 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [Range](./kibana-plugin-plugins-expressions-public.range.md)
|
|
|
|
## Range interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface Range
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [from](./kibana-plugin-plugins-expressions-public.range.from.md) | <code>number</code> | |
|
|
| [label](./kibana-plugin-plugins-expressions-public.range.label.md) | <code>string</code> | |
|
|
| [to](./kibana-plugin-plugins-expressions-public.range.to.md) | <code>number</code> | |
|
|
| [type](./kibana-plugin-plugins-expressions-public.range.type.md) | <code>typeof name</code> | |
|
|
|