Remove stack/block generic
handle_remove.Rd
Generic for stack/block removal
Necessary to be able to remove the block from the stack.
Usage
handle_remove(x, ...)
# S3 method for class 'block'
handle_remove(x, vals, session = getDefaultReactiveDomain(), ...)
Arguments
- x
Object for which to generate a
moduleServer()
- ...
Generic consistency
- vals
Internal reactive values.
- session
Shiny session object.