Skip to content

FieldTextAlignment🔗

TODO -- should not be table specific!

TODO docs

Definition🔗

export enum FieldTextAlignment {
    Auto = "auto",
    Left = "left",
    Right = "right",
    Center = "center",
}