Function: transient--active-suffixes

transient--active-suffixes is a byte-compiled function defined in transient.el.gz.

Signature

(transient--active-suffixes GROUP)

Source Code

;; Defined in /usr/src/emacs/lisp/transient.el.gz
(defun transient--active-suffixes (group)
  (seq-remove (lambda (suffix)
                (and (cl-typep suffix 'transient-suffix)
                     (oref suffix inactive)))
              (oref group suffixes)))