FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
FormInteractionEvent Class Reference

Represents an interaction event with a form. More...

Inheritance diagram for FormInteractionEvent:
FormKeyboardEvent FormMouseEvent FormMouseWheelEvent FormPasteEvent

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...
 

Detailed Description

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.

Since
11.0.0

Member Data Documentation

◆ 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.

◆ timestamp

number FormInteractionEvent::timestamp

Represents the timestamp of the interaction event, in milliseconds.

This field provides the time at which the interaction event occurred.

◆ type

string FormInteractionEvent::type

Represents the type of interaction event occurring within a form.

See also
EventType

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