l_bind_state_delete {loon} | R Documentation |
Delete a state binding
Description
Remove a state binding
Usage
l_bind_state_delete(target, id)
Arguments
target |
either an object of class loon or a vector that specifies the
widget, layer, glyph, navigator or context completely. The widget is
specified by the widget path name (e.g. |
id |
state binding id |
Details
Bindings, callbacks, and binding substitutions are described in detail in
loon's documentation webpage, i.e. run l_help("learn_R_bind")
See Also
l_bind_state
, l_bind_state_ids
,
l_bind_state_get
, l_bind_state_reorder
[Package loon version 1.4.1 Index]