mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
695 B
695 B
Home > kibana-plugin-plugins-expressions-public > TextAlignment
TextAlignment enum
Enum of supported CSS text-align
properties.
Signature:
export declare enum TextAlignment
Enumeration Members
Member | Value | Description |
---|---|---|
CENTER | "center" |
|
JUSTIFY | "justify" |
|
LEFT | "left" |
|
RIGHT | "right" |