% Generated by roxygen2: do not edit by hand % Please edit documentation in R/restore.R \name{bookmarkOutput} \alias{bookmarkOutput} \usage{ bookmarkOutput(id, label = NULL, updateId = NULL) } \arguments{ \item{id}{ID for the output.} \item{label}{Text label, displayed above the bookmark output.} \item{updateId}{An optional input ID. If non-NULL, a special actionButton with this ID will be added to the input group. The purpose of this button is that, when clicked, the \code{bookmarkOutput}'s value will be updated. See examples below.} }