@cartridge-engine/keyboard-engine
    Preparing search index...

    Interface CompositionCompletedEvent

    Fired when a pending chain completes: the chain timeout expired, an end key matched, or execute returned null. The chain's keys are recorded in the undo buffer at this point.

    interface CompositionCompletedEvent {
        type: "completed";
    }
    Index
    type: "completed"

    Event discriminant — always "completed".