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