This causes a contextmenu to be displayed in the client browser, and is typically used with contextmenu. use_contextmenu must be called somewhere in your UI, prior to calling this function.

show_contextmenu(contextmenu,
  session = shiny::getDefaultReactiveDomain())

Arguments

contextmenu

A contextmenu.

session

The session object passed fo function given to shinyServer.