Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextInput

TextInput stores the entire input value as a string and contains an index as the current character position inside the stream.

Hierarchy

  • TextInput

Index

Properties

Properties

index

index: number

The current position reached by a decoder.

input

input: string

The string input. Its value is never modified by the decoders at any point in the chain.