@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?
readonlyoptionalcaps?:CapabilityProfile
Defined in: input/events.ts:132
Resolved terminal capabilities; informs which keyboard grammar to use and focus handling.
pasteCap?
readonlyoptionalpasteCap?:number
Defined in: input/events.ts:134
Override the bracketed-paste size cap in bytes (default PASTE_CAP_BYTES).