Static Members
KeypressMode.QUEUE_KEYPRESSES ⇒ String
Get the enum value for QUEUE_KEYPRESSES.
The keypresses are queued and a string is eventually sent once the user chooses to submit their entry.
Kind: Static property of KeypressMode
Returns: String
- The enum value.
KeypressMode.RESEND_CURRENT_ENTRY ⇒ String
Get the enum value for RESEND_CURRENT_ENTRY.
The keypresses are queue and a string is sent each time the user presses a keyboard key; the string contains the entire current entry.
Kind: Static property of KeypressMode
Returns: String
- The enum value.
KeypressMode.SINGLE_KEYPRESS ⇒ String
Get the enum value for SINGLE_KEYPRESS.
Each keypress is individually sent as the user presses the keyboard keys.
Kind: Static property of KeypressMode
Returns: String
- The enum value.