@openvanilla/mcbopomofoweb
    Preparing search index...

    A data transfer object for the UI state.

    Index

    Constructors

    • Constructs an InputUIState object.

      Parameters

      • composingBuffer: ComposingBufferText[]

        An array of ComposingBufferText representing the current composing buffer.

      • cursorIndex: number

        The current position of the cursor within the composing buffer.

      • candidates: CandidateWrapper[]

        An array of CandidateWrapper representing the available candidates.

      • tooltip: string

        A string to be displayed as a tooltip.

      • candidatePageCount: number

        The total number of candidate pages.

      • candidatePageIndex: number

        The current page index of candidates.

      Returns InputUIState

    Properties

    candidatePageCount: number

    The total number of candidate pages.

    candidatePageIndex: number

    The current page index of candidates.

    candidates: CandidateWrapper[]

    The candidates.

    composingBuffer: ComposingBufferText[]

    The composing buffer.

    cursorIndex: number

    The cursor index.

    tooltip: string

    The tooltip.