a library to speed up the development of Fivem scripts and frameworks
fivem-ts - Documentation v0.7.5 • Docs
fivem-ts - Documentation v0.7.5 / Client / Alignment
Enumeration representing alignment options.
Provides different types of text alignment for UI components.
Left
: Aligns text to the left.Centered
: Centers the text.Right
: Aligns text to the right.Example usage:
const alignment: Alignment = Alignment.Left;
@enum{number}
Centered:
1
Left:
0
Right:
2