Variable: transient--pending-group
transient--pending-group is a variable defined in transient.el.gz.
Value
nil
Documentation
The group that is currently being processed.
This is bound while the suffixes are drawn in the transient buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/transient.el.gz
(defvar transient--pending-group nil
"The group that is currently being processed.
This is bound while the suffixes are drawn in the transient buffer.")