mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
675 B
675 B
Home > kibana-plugin-plugins-expressions-public > Overflow
Overflow enum
Enum of supported CSS overflow
properties.
Signature:
export declare enum Overflow
Enumeration Members
Member | Value | Description |
---|---|---|
AUTO | "auto" |
|
HIDDEN | "hidden" |
|
SCROLL | "scroll" |
|
VISIBLE | "visible" |