Function: treemacs-dom-node->key

treemacs-dom-node->key is a byte-compiled function defined in treemacs-dom.el.

Signature

(treemacs-dom-node->key CL-X)

Documentation

Access slot "key" of treemacs-dom-node struct CL-X.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-dom.el
(cl-defstruct (treemacs-dom-node
               (:conc-name treemacs-dom-node->)
               (:constructor treemacs-dom-node->create!))
  key
  parent
  children
  reentry-nodes
  position
  refresh-flag
  collapse-keys)