Variable: consult--preview-function
consult--preview-function is a buffer-local variable defined in
consult.el.
Documentation
Minibuffer-local variable which exposes the current preview function.
This function can be called by custom completion systems from outside the minibuffer.
Source Code
;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
(defvar-local consult--preview-function nil
"Minibuffer-local variable which exposes the current preview function.
This function can be called by custom completion systems from
outside the minibuffer.")