Gjsify LogoGjsify Logo

Describes primary purpose of the input context. This information is particularly useful to implement intelligent behavior in engines, such as automatic input-mode switch and text prediction.

This enumeration may be extended in the future; engines should interpret unknown values as 'free form'.

Index

Enumeration Members

ALPHA: number

Allow only alphabetic characters

DIGITS: number

Allow only digits

EMAIL: number

Edited field expects email address

FREE_FORM: number

Allow any character

NAME: number

Edited field expects the name of a person

NUMBER: number

Edited field expects numbers

PASSWORD: number

Like IBUS_INPUT_PURPOSE_FREE_FORM, but characters are hidden

PHONE: number

Edited field expects phone number

PIN: number

Like IBUS_INPUT_PURPOSE_DIGITS, but characters are hidden

URL: number

Edited field expects URL

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • 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