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

    Interface CompositionStartedEvent

    Fired when a new composition chain starts: a head key (optional: true or empty needs) matched and its execute callback ran successfully.

    interface CompositionStartedEvent {
        key: string;
        type: "started";
    }
    Index
    key: string

    The head key that started the chain.

    type: "started"

    Event discriminant — always "started".