FieldCase Type Alias
FieldCase = "as-is" | "upper" | "lower"
As part of FieldFormatOptions, specifies how to modify the case of the display string. "as-is" leaves it unmodified. "upper" and "lower" convert it to all upper-case or all lower-case, respectively.
Defined in
Last Updated: 20 September, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.