@jsvision/core / PasteEvent
Interface: PasteEvent
Defined in: input/events.ts:55
A completed bracketed paste. truncated is true when the paste size cap clipped the text.
Properties
text
readonlytext:string
Defined in: input/events.ts:57
truncated
readonlytruncated:boolean
Defined in: input/events.ts:58
type
readonlytype:"paste"
Defined in: input/events.ts:56