Constructors
constructor
- new NotEmpty(buf, index, tooltipText?): NotEmpty
Parameters
- buf: string
- index: number
- tooltipText: string = ""
Properties
Readonly
composingBuffer
composingBuffer: string
Readonly
cursorIndex
cursorIndex: number
Readonly
tooltip
tooltip: string
Methods
toString
- toString(): string
Returns string
NotEmpty state that has a non-empty composing buffer ("preedit" in some IME frameworks).