Variable: posframe--last-args
posframe--last-args is a buffer-local variable defined in posframe.el.
Documentation
Record the last arguments of posframe--create-posframe.
If these args have changed, posframe will recreate its frame.
Source Code
;; Defined in ~/.emacs.d/elpa/posframe-20260415.14/posframe.el
(defvar-local posframe--last-args nil
"Record the last arguments of `posframe--create-posframe'.
If these args have changed, posframe will recreate its
frame.")