Version:
function

isCharacter

typescript
isCharacter(event: KeyDownEvent | KeyUpEvent, char: string): boolean

Parameters

NameTypeDescription
eventKeyDownEvent | KeyUpEvent-
charstring-

Returns

boolean

Was this page helpful?