mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 18:27:59 -04:00
23 lines
675 B
Markdown
23 lines
675 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) > [Overflow](./kibana-plugin-plugins-expressions-public.overflow.md)
|
|
|
|
## Overflow enum
|
|
|
|
Enum of supported CSS `overflow` properties.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export declare enum Overflow
|
|
```
|
|
|
|
## Enumeration Members
|
|
|
|
| Member | Value | Description |
|
|
| --- | --- | --- |
|
|
| AUTO | <code>"auto"</code> | |
|
|
| HIDDEN | <code>"hidden"</code> | |
|
|
| SCROLL | <code>"scroll"</code> | |
|
|
| VISIBLE | <code>"visible"</code> | |
|
|
|