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

    Type Alias EngineModalEntry

    A minimal modal entry still used by legacy processor helpers.

    type EngineModalEntry = {
        id: string;
    }
    Index
    id: string

    The modal layer id, used for keyboard syncing and mouse-region attribution.