Variable: transient-current-prefix

transient-current-prefix is a variable defined in transient.el.

Value

nil

Documentation

The transient from which this suffix command was invoked.

This is an object representing that transient, use transient-current-command to get the respective command.

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
;;; Variables

(defvar transient-current-prefix nil
  "The transient from which this suffix command was invoked.
This is an object representing that transient, use
`transient-current-command' to get the respective command.")