Clamps Dictionary
add-trigger-fn
Function
(add-trigger-fn ref &rest fns)
Add one or more fns to be executed when ref is called with the #'trigger function. The function returns a function removing the trigger function(s) from ref, comparable to the watch function on a <ref-object>>.
Arguments
ref |
A bang-object. |
fns |
one or more functions of zero argument called when the trigger function is invoked on ref. |
Created: 2025-06-08 So 16:56