Skip to content

@jsvision/core / DecodeOptions

Interface: DecodeOptions

Defined in: input/events.ts:130

Per-decode configuration. All fields optional; options is read-only and never mutated.

Properties

caps?

readonly optional caps?: CapabilityProfile

Defined in: input/events.ts:132

Resolved terminal capabilities; informs which keyboard grammar to use and focus handling.


pasteCap?

readonly optional pasteCap?: number

Defined in: input/events.ts:134

Override the bracketed-paste size cap in bytes (default PASTE_CAP_BYTES).