Learn R Programming

teal.slice (version 0.6.0)

.finalize_session_bindings: 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)

Value

NULL invisibly

Arguments

self, private

slots of a R6 class