if ctx is your context, then these function members are available under ctx.dynamic.
the purpose of these functions is to dynamically change an existing signal's value (or cached value), equality equals checking function, or its recomputation fn function.
to use any of these, you must have the signal's original id, which is typically provided by the create function's first element in the tuple.
// TODO-DOC: give an example
if
ctx
is your context, then these function members are available underctx.dynamic
.the purpose of these functions is to dynamically change an existing signal's
value
(or cached value), equalityequals
checking function, or its recomputationfn
function.to use any of these, you must have the signal's original id, which is typically provided by the create function's first element in the tuple. // TODO-DOC: give an example