mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-08 05:35:07 -05:00
15 lines
427 B
R
15 lines
427 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/shiny.R
|
|
\name{getCurrentOutputInfo}
|
|
\alias{getCurrentOutputInfo}
|
|
\title{Get information about the output that is currently being executed.}
|
|
\usage{
|
|
getCurrentOutputInfo(session = getDefaultReactiveDomain())
|
|
}
|
|
\arguments{
|
|
\item{session}{The current Shiny session.}
|
|
}
|
|
\description{
|
|
Get information about the output that is currently being executed.
|
|
}
|