@openvanilla/mcbopomofoweb
    Preparing search index...

    Represents the state where the user is viewing detailed character information for a selected phrase, such as string length, UTF-8 hex, UTF-16 hex, and URL-encoded forms.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    composingBuffer: string

    A string buffer that stores the current composing text. This represents the text that is currently being typed but not yet committed.

    cursorIndex: number

    The current cursor position in the composition buffer. Represents the index where new input will be inserted.

    menu: string[] = []

    The menu of character information.

    previousState: SelectingDictionary

    The previous input state, which was a dictionary selection.

    selectedPhrase: string

    The phrase for which character information is being shown.

    tooltip: string = ""

    The tooltip to display for this input state

    Methods