McTibetimWeb - v0.1.0
    Preparing search index...

    Inputting state used by the Wylie transliteration layout.

    Holds the raw Wylie letters and the Tibetan Unicode preview produced by the EWTS converter.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    candodates: Candidate[] = []

    Candidates are not used in Wylie mode.

    cursorIndex: number

    The cursor position within the composing buffer.

    letters: string

    The raw Wylie romanization typed so far.

    selectionKeys: string[] = ...

    Keys used to directly select a candidate by position.

    tibetan: string

    The Tibetan Unicode string produced by the EWTS converter.

    Accessors

    • get composingBuffer(): string

      The current composing buffer displayed to the user.

      Returns string

    • get tooltip(): string | undefined

      Optional tooltip text shown alongside the composing buffer.

      Returns string | undefined