Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "ui/editor-text-base"

Index

Type aliases

AutocapitalizationType

AutocapitalizationType: "none" | "words" | "sentences" | "allcharacters"

KeyboardType

KeyboardType: "datetime" | "phone" | "number" | "url" | "email" | "integer"

ReturnKeyType

ReturnKeyType: "done" | "next" | "go" | "search" | "send"

UpdateTextTrigger

UpdateTextTrigger: "focusLost" | "textChanged"

Variables

Const autocapitalizationTypeProperty

autocapitalizationTypeProperty: Property<EditableTextBase, AutocapitalizationType>

Const autocorrectProperty

autocorrectProperty: Property<EditableTextBase, boolean>

Const editableProperty

editableProperty: Property<EditableTextBase, boolean>

Const hintProperty

hintProperty: Property<EditableTextBase, string>

Const keyboardTypeProperty

keyboardTypeProperty: Property<EditableTextBase, KeyboardType>

Const maxLengthProperty

maxLengthProperty: Property<EditableTextBase, number>

Const placeholderColorProperty

placeholderColorProperty: CssProperty<Style, Color>

Const returnKeyTypeProperty

returnKeyTypeProperty: Property<EditableTextBase, ReturnKeyType>

Const updateTextTriggerProperty

updateTextTriggerProperty: Property<EditableTextBase, UpdateTextTrigger>

Functions

Private _updateCharactersInRangeReplacementString

  • _updateCharactersInRangeReplacementString(formattedText: FormattedString, rangeLocation: number, rangeLength: number, replacementString: string): void

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