Variable: transient-current-suffixes

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

Value

nil

Documentation

The suffixes of the transient from which this suffix command was invoked.

This is a list of objects. Usually it is sufficient to instead use the function transient-args, which returns a list of values. In complex cases it might be necessary to use this variable instead.

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defvar transient-current-suffixes nil
  "The suffixes of the transient from which this suffix command was invoked.
This is a list of objects.  Usually it is sufficient to instead
use the function `transient-args', which returns a list of
values.  In complex cases it might be necessary to use this
variable instead.")