FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
|
Represents an interaction event with a form. More...
Public Attributes | |
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 an interaction event with a form.
This class encapsulates the details of an interaction event occurring within a form, such as keyboard or mouse events. It includes information about the event type and any relevant flags.
FormInteractionEventFlags FormInteractionEvent::flags |
Represents the flags associated with a form interaction event.
This field encapsulates various flags that provide additional information about the nature of the interaction event, such as which modifier keys were pressed during the event.
number FormInteractionEvent::timestamp |
Represents the timestamp of the interaction event, in milliseconds.
This field provides the time at which the interaction event occurred.
string FormInteractionEvent::type |
Represents the type of interaction event occurring within a form.