mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
23 lines
695 B
Markdown
23 lines
695 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) > [TextAlignment](./kibana-plugin-plugins-expressions-public.textalignment.md)
|
|
|
|
## TextAlignment enum
|
|
|
|
Enum of supported CSS `text-align` properties.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export declare enum TextAlignment
|
|
```
|
|
|
|
## Enumeration Members
|
|
|
|
| Member | Value | Description |
|
|
| --- | --- | --- |
|
|
| CENTER | <code>"center"</code> | |
|
|
| JUSTIFY | <code>"justify"</code> | |
|
|
| LEFT | <code>"left"</code> | |
|
|
| RIGHT | <code>"right"</code> | |
|
|
|