Variable: org-roam-link-type
org-roam-link-type is a variable defined in org-roam-node.el.
Value
"roam"
Documentation
Link type for org-roam nodes.
Replaced by id automatically when org-roam-link-auto-replace is non-nil.
Source Code
;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-node.el
(defvar org-roam-link-type "roam"
"Link type for org-roam nodes.
Replaced by `id' automatically when `org-roam-link-auto-replace' is non-nil.")