KeyboardEvent: repeat property
The repeat
read-only property of the
KeyboardEvent
interface returns a boolean value that is
true
if the given key is being held down such that it is automatically
repeating.
Value
A boolean value.
The repeat
read-only property of the
KeyboardEvent
interface returns a boolean value that is
true
if the given key is being held down such that it is automatically
repeating.
A boolean value.