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

    Interface MappingKeyCompletedEvent

    Fired when a mapping-key sequence completes and its target composition chain ran end-to-end successfully.

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

    Event discriminant — always "completed".