Clicking on this contextmenu item starts the renaming process for the associated object of the contextmenued object of class ExplorerNode.

rename_contextmenu_item_ui(id,
  .label_list = label_rename_contextmenu_item())

rename_contextmenu_item(input, output, session, .values, .explorer_rvs,
  .label_list = label_rename_contextmenu_item(),
  action_button_fun = shiny::actionButton)

Arguments

id

Module id.

.label_list

A list created with label_rename_contextmenu_item containing labels for all UI elements used inside this module.

input, output, session

Calley by callModule.

.values

The .values list.

.explorer_rvs

ReactiveValues.

action_button_fun

A function returning an HTML button, which is connected with shiny.