Skip to content

@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

readonly text: string

Defined in: input/events.ts:73


truncated

readonly truncated: boolean

Defined in: input/events.ts:74


type

readonly type: "paste"

Defined in: input/events.ts:72