explorer_selector.Rd
Use the explorer
module to select a node.
explorer_selector_ui(id) explorer_selector(input, output, session, .values, .root_node_r, .explorer_classes = list(), .selectable_explorer_classes_r = shiny::reactive(character()), .addable_explorer_classes_r = .selectable_explorer_classes_r, .visible_explorer_classes_r = .selectable_explorer_classes_r, .label_list = label_explorer_selector(), ui = c("default", "minimal"), mode = c("modal", "in_place"), action_button_fun = shiny::actionButton)
id | Module id. |
---|---|
input, output, session | Called by |
.values | The |
.root_node_r | A |
.explorer_classes | A |
.selectable_explorer_classes_r | A |
.addable_explorer_classes_r | A |
.visible_explorer_classes_r | A |
.label_list | A |
ui | If |
action_button_fun | A |
The explorer_selector
module returns a list containing the following
reactives:
selected_node_r | An object of class ExplorerNode ,
which has been selected by the user. If no node is selected, the computation
is stopped by req . |
selected_node_or_null_r | An object of class ExplorerNode ,
which has been selected by the user or NULL , if no node
is selected. |