mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
expression service docs (#78774)
This commit is contained in:
parent
108a2302cd
commit
8e523edcd6
663 changed files with 12648 additions and 150 deletions
|
@ -0,0 +1,23 @@
|
|||
<!-- 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> | |
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue