l_bind_context_reorder {loon} | R Documentation |
Reorder the context binding evaluation sequence
Description
The order the context bindings defines how they get evaluated once an event matches event patterns of multiple context bindings.
Usage
l_bind_context_reorder(widget, ids)
Arguments
widget |
widget path as a string or as an object handle |
ids |
new context binding id evaluation order, this must be a
rearrangement of the elements returned by the
|
Details
Bindings, callbacks, and binding substitutions are described in detail in
loon's documentation webpage, i.e. run l_help("learn_R_bind")
Value
vector with binding id evaluation order (same as the id
argument)
See Also
l_bind_context
, l_bind_context_ids
,
l_bind_context_get
, l_bind_context_delete
[Package loon version 1.4.1 Index]