Variable: transient-current-command

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

Value

nil

Documentation

The transient from which this suffix command was invoked.

This is a symbol representing that transient, use transient-current-prefix to get the respective object.

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defvar transient-current-command nil
  "The transient from which this suffix command was invoked.
This is a symbol representing that transient, use
`transient-current-prefix' to get the respective object.")