Function: transient-switch-p

transient-switch-p is a byte-compiled function defined in transient.el.

Signature

(transient-switch-p OBJ)

Documentation

Return non-nil if OBJ is an object of type transient-switch(var)/transient-switch(fun).

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defclass transient-switch (transient-argument) ()
  "Class used for command-line argument that can be turned on and off.")