Function: transient-subgroups--eieio-childp
transient-subgroups--eieio-childp is a byte-compiled function defined
in transient.el.
Signature
(transient-subgroups--eieio-childp OBJ)
Documentation
Return non-nil if OBJ is an object of type transient-subgroups(var)/transient-subgroups(fun) or a
subclass.
Aliases
transient-subgroups-child-p (obsolete since 25.1)
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.")