Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "ui/text-base"

Index

Type aliases

TextAlignment

TextAlignment: "initial" | "left" | "center" | "right"

TextDecoration

TextDecoration: "none" | "underline" | "line-through" | "underline line-through"

TextTransform

TextTransform: "initial" | "none" | "capitalize" | "uppercase" | "lowercase"

WhiteSpace

WhiteSpace: "initial" | "normal" | "nowrap"

Variables

Const formattedTextProperty

formattedTextProperty: Property<TextBase, FormattedString>

Const letterSpacingProperty

letterSpacingProperty: CssProperty<Style, number>

Const resetSymbol

resetSymbol: symbol

Const textAlignmentProperty

textAlignmentProperty: InheritedCssProperty<Style, TextAlignment>

Const textDecorationProperty

textDecorationProperty: CssProperty<Style, TextDecoration>

Const textProperty

textProperty: Property<TextBase, string>

Const textTransformProperty

textTransformProperty: CssProperty<Style, TextTransform>

Const whiteSpaceProperty

whiteSpaceProperty: CssProperty<Style, WhiteSpace>

Functions

getTransformedText

  • getTransformedText(text: string, textTransform: TextTransform): string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method