Function: consult--vertico-candidate

consult--vertico-candidate is a byte-compiled function defined in consult.el.

Signature

(consult--vertico-candidate)

Documentation

Return current candidate for Consult preview.

Source Code

;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
(defun consult--vertico-candidate ()
  "Return current candidate for Consult preview."
  (declare-function vertico--candidate "ext:vertico")
  (and vertico--input (vertico--candidate 'highlight)))