Readonly
candidatesThe candidates to choose from.
Readonly
composingA string buffer that stores the current composing text. This represents the text that is currently being typed but not yet committed.
Readonly
cursorThe current cursor position in the composition buffer. Represents the index where new input will be inserted.
Readonly
originalThe index of the cursor when the user starts to choose for candidates.
Readonly
tooltipThe tooltip to display for this input state
Candidate selecting state with a non-empty composing buffer.