Function: org-roam-preview-section--eieio-childp
org-roam-preview-section--eieio-childp is a byte-compiled function
defined in org-roam-mode.el.
Signature
(org-roam-preview-section--eieio-childp OBJ)
Documentation
Return non-nil if OBJ is an object of type org-roam-preview-section(var)/org-roam-preview-section(fun)
or a subclass.
Aliases
org-roam-preview-section-child-p (obsolete since 25.1)
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.")