API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

T

typeTextTransform

@codexo/exojs / rendering / stable

Case mapping applied to the string before it is laid out. Mirrors the CSS `text-transform` values of the same names.

0
props
0
methods
0
events
Import
import { TextTransform } from '@codexo/exojs'

Case mapping applied to the string before it is laid out. Mirrors the CSS `text-transform` values of the same names.

Definition1
"capitalize" | "lowercase" | "none" | "uppercase"
Source