mcbopomofoweb
    Preparing search index...

    Candidate selecting state with a non-empty composing buffer.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    candidates: Candidate[]

    The candidates to choose from.

    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.

    originalCursorIndex: number

    The index of the cursor when the user starts to choose for candidates.

    tooltip: string

    The tooltip to display for this input state

    Methods