Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
JavaScript Suite Documentation
KeyboardEvent

KeyboardEvent Class Reference

Constructors

Static Members

Constructors

new KeyboardEvent()

Constructor for KeyboardEvent.

Static Members

KeyboardEvent.ENTRY_ABORTED ⇒ String

Get the enum value for ENTRY_ABORTED.

Kind: Static property of KeyboardEvent
Returns: String - The enum value.

KeyboardEvent.ENTRY_CANCELLED ⇒ String

Get the enum value for ENTRY_CANCELLED.

Kind: Static property of KeyboardEvent
Returns: String - The enum value.

KeyboardEvent.ENTRY_SUBMITTED ⇒ String

Get the enum value for ENTRY_SUBMITTED.

Kind: Static property of KeyboardEvent
Returns: String - The enum value.

KeyboardEvent.ENTRY_VOICE ⇒ String

Get the enum value for ENTRY_VOICE.

Kind: Static property of KeyboardEvent
Returns: String - The enum value.

KeyboardEvent.INPUT_KEY_MASK_DISABLED ⇒ String

Get the enum value for INPUT_KEY_MASK_DISABLED.

Kind: Static property of KeyboardEvent
Returns: String - The enum value.

KeyboardEvent.INPUT_KEY_MASK_ENABLED ⇒ String

Get the enum value for INPUT_KEY_MASK_ENABLED.

Kind: Static property of KeyboardEvent
Returns: String - The enum value.

KeyboardEvent.KEYPRESS ⇒ String

Get the enum value for KEYPRESS.

Kind: Static property of KeyboardEvent
Returns: String - The enum value.

View on GitHub.com
Previous Section Next Section