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

    Type Alias EngineOverlayEntry

    A minimal overlay entry still used by legacy processor helpers.

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

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