expression service docs (#78774)

This commit is contained in:
Peter Pisljar 2020-09-30 09:10:28 +02:00 committed by GitHub
parent 108a2302cd
commit 8e523edcd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
663 changed files with 12648 additions and 150 deletions

View file

@ -0,0 +1,23 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) &gt; [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>&quot;auto&quot;</code> | |
| HIDDEN | <code>&quot;hidden&quot;</code> | |
| SCROLL | <code>&quot;scroll&quot;</code> | |
| VISIBLE | <code>&quot;visible&quot;</code> | |