Function: transient-subgroups

transient-subgroups is a byte-compiled function defined in transient.el.

Signature

(transient-subgroups &rest SLOTS)

Documentation

Create a new object of class type transient-subgroups(var)/transient-subgroups(fun).

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defclass transient-subgroups (transient-group) ()
  "Group class that wraps other groups.

Direct elements have to be groups whose elements have to be
commands or strings.  This group inserts an empty line between
subgroups.  The subgroups are responsible for displaying their
elements themselves.")