Function: org-roam-preview-section-p

org-roam-preview-section-p is a byte-compiled function defined in org-roam-mode.el.

Signature

(org-roam-preview-section-p OBJ)

Documentation

Return non-nil if OBJ is an object of type org-roam-preview-section(var)/org-roam-preview-section(fun).

Source Code

;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-mode.el
(defclass org-roam-preview-section (magit-section)
  ((keymap :initform 'org-roam-preview-map)
   (file :initform nil)
   (point :initform nil))
  "A `magit-section' used by `org-roam-mode' to contain preview content.
The preview content comes from FILE, and the link as at POINT.")