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

Represents a paste event within a form. More...

Inheritance diagram for FormPasteEvent:
FormInteractionEvent

Public Attributes

string Blob content
 The content of the paste event, it could be a string or a Blob object which represents a image or other binary data.
 
string contentType
 The content type of the paste event, it could be 'text/plain', 'image/*' or other content types.
 
string type
 Represents the type of mouse whell event, it could be 'paste'. 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 paste event within a form.

Since
11.0.0

Member Data Documentation

◆ type

string FormPasteEvent::type

Represents the type of mouse whell event, it could be 'paste'.

Since
11.0.0

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