style(remotecontrol): Fix JSDoc for RemoteControlEvent
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
/**
|
||||
* Enumerates the supported keys.
|
||||
* NOTE: The maps represents actual keys on the keyboard not chars.
|
||||
* NOTE: The maps represents actual keys on the keyboard not chars.
|
||||
* @readonly
|
||||
* @enum {string}
|
||||
*/
|
||||
export const KEYS = {
|
||||
BACKSPACE: "backspace" ,
|
||||
|
||||
Reference in New Issue
Block a user