.finalize_session_bindings {teal.slice} | R Documentation |
Destroys inputs and observers stored in private$session_bindings
Description
Call a destroy
method to remove observer
and input
from obsolete session which happens
when filter_panel_srv
is called again in new FilteredData
object.
Inputs are not stored directly in a field as they don't have destroy
method. Instead, we
store callback destroy
function for inputs which removes bindings from a session
.
Usage
.finalize_session_bindings(self, private)
Arguments
self , private |
slots of a |
Value
NULL
invisibly
[Package teal.slice version 0.6.0 Index]