McTibetimWeb - v0.1.0
    Preparing search index...

    Inputting state used by stacking-based layouts (Sambhota, TCC, Dzongkha).

    Stores the composed Unicode code points and the indices of the consonants that have been stacked so far.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • utf16Code: number[]

        The UTF-16 code units of the character being composed.

      • consonantIndexes: number[]

        Indices into the layout's consonant mapping for each consonant that has been added to the stack.

      Returns StackingState

    Properties

    candodates: Candidate[] = []

    Candidates are not used in stacking mode.

    consonantIndexes: number[]

    Indices into the layout's consonant mapping for each consonant that has been added to the stack.

    selectionKeys: string[] = ...

    Keys used to directly select a candidate by position.

    Accessors

    • get composingBuffer(): string

      The current composing buffer displayed to the user.

      Returns string

    • get cursorIndex(): number

      The cursor position within the composing buffer.

      Returns number

    • get tooltip(): string | undefined

      Optional tooltip text shown alongside the composing buffer.

      Returns string | undefined

    • get utf16Code(): number[]

      The UTF-16 code units that make up the current composed character.

      Returns number[]