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

    Function modifyEntryKeys

    • Retrieve an entry and overwrite its keys, throwing when the entry or its preset keys are missing. Returns the entry so callers can apply additional mutations (e.g. timeout for sequence actions). Used by modifyAction / modifySequenceAction.

      Type Parameters

      Parameters

      • map: Map<string, T>
      • id: string
      • keys: string[]
      • notFoundMessage: string
      • noKeysMessage: string

      Returns T