Skip to content

What is the purpose/function of the output parameter in the server function? #1993

Closed Answered by cpsievert
travis-leith asked this question in Q&A
Discussion options

You must be logged in to vote

output (or really, the 2nd parameter of the server function) started out as a required parameter, but is now optional, and is generally only useful if you want to specify an output ID using a string (instead of using the name of provided to the @render function)

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by cpsievert
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@cpsievert
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants