FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
FormKeyboardEvent Interface Reference

Represents a keyboard event within a form. More...

Inheritance diagram for FormKeyboardEvent:
FormInteractionEvent

Public Attributes

string number keyCode
 The key code of the keyboard event. More...
 
string type
 Type of the keyboard event, should be 'keyup' or 'keydown'. More...
 
- Public Attributes inherited from FormInteractionEvent
FormInteractionEventFlags flags
 Represents the flags associated with a form interaction event. More...
 
number timestamp
 Represents the timestamp of the interaction event, in milliseconds. More...
 
string type
 Represents the type of interaction event occurring within a form. More...
 

Detailed Description

Represents a keyboard event within a form.

Since
11.0.0

Member Data Documentation

◆ keyCode

string number FormKeyboardEvent::keyCode

The key code of the keyboard event.

Since
11.0.0

◆ type

string FormKeyboardEvent::type

Type of the keyboard event, should be 'keyup' or 'keydown'.

Since
11.0.0

Foxit Software Corporation Logo
@2025 Foxit Software Incorporated. All rights reserved.