FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
|
Represents a keyboard event within a form. More...
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... | |
![]() | |
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... | |
Represents a keyboard event within a form.
string number FormKeyboardEvent::keyCode |
The key code of the keyboard event.
string FormKeyboardEvent::type |
Type of the keyboard event, should be 'keyup' or 'keydown'.