Function: actype:params
actype:params is a byte-compiled function defined in hact.el.
Signature
(actype:params ACTYPE)
Documentation
Return list of ACTYPE's parameters, including keywords.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hact.el
(defun actype:params (actype)
"Return list of ACTYPE's parameters, including keywords."
(action:params (actype:action actype)))