Function: treemacs-dom-node->create!
treemacs-dom-node->create! is a byte-compiled function defined in
treemacs-dom.el.
Signature
(treemacs-dom-node->create! &key KEY PARENT CHILDREN REENTRY-NODES POSITION REFRESH-FLAG COLLAPSE-KEYS)
Documentation
Constructor for objects of type treemacs-dom-node.
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)