Function: transient--suffix-key

transient--suffix-key is a byte-compiled function defined in transient.el.

Signature

(transient--suffix-key SPEC)

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defun transient--suffix-key (spec)
  (let ((props (transient--suffix-props spec)))
    (or (plist-get props :key)
        (transient--command-key
         (plist-get props :command)))))