View source: R/rename_contextmenu_item.R
Clicking on this contextmenu item starts the renaming process for the
associated object of the contextmenued object of class ExplorerNode.
1 2 3 4 5 6 7 8 9 10 11  | 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
)
 | 
id | 
 Module id.  | 
.label_list | 
 A list created with   | 
input, output, session | 
 Calley by   | 
.values | 
 The   | 
.explorer_rvs | 
 
  | 
action_button_fun | 
 A   | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.