API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

T

typeCompositionState

@codexo/exojs / core / stable

Progress of a host-side composition (an IME candidate). While one is in flight its text lives only here; it merges into the value when the composition ends.

0
props
0
methods
0
events
Import
import { CompositionState } from '@codexo/exojs'

Progress of a host-side composition (an IME candidate). While one is in flight its text lives only here; it merges into the value when the composition ends.

Definition1
{ caret: number; phase: "update"; text: string } | { phase: "end"; text: string } | { phase: "start" }
Source