mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-07 05:04:58 -05:00
19 lines
549 B
R
19 lines
549 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/save-state.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.}
|
|
}
|
|
|