type EnterKeyHintType
An identifier for a virtual keyboard ‘enter’ button type, used only on some devices.
static
type EnterKeyHintType = "enter" | "done" | "go" | "next" | "previous" | "search" | "send"
Related
- class UITextFieldA view class that represents a text field control.