Skip to content

@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

readonly text: string

Defined in: input/events.ts:57


truncated

readonly truncated: boolean

Defined in: input/events.ts:58


type

readonly type: "paste"

Defined in: input/events.ts:56