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

    Interface CompositionContinuedEvent

    Fired when a pending chain advances to the next key: the key matched the pending lastFlag and its execute callback ran successfully.

    interface CompositionContinuedEvent {
        key: string;
        type: "continued";
    }
    Index
    key: string

    The key that advanced the chain.

    type: "continued"

    Event discriminant — always "continued".