mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Built site for shiny: 1.7.1.9003@8a5da25
This commit is contained in:
@@ -66,18 +66,27 @@ to understand, and modules created with <code>moduleServer</code> can be tested
|
||||
<h2>Arguments</h2>
|
||||
<dl><dt>module</dt>
|
||||
<dd><p>A Shiny module server function</p></dd>
|
||||
|
||||
|
||||
<dt>id</dt>
|
||||
<dd><p>An ID string that corresponds with the ID used to call the module's
|
||||
UI function</p></dd>
|
||||
|
||||
|
||||
<dt>...</dt>
|
||||
<dd><p>Additional parameters to pass to module server function</p></dd>
|
||||
|
||||
|
||||
<dt>session</dt>
|
||||
<dd><p>Session from which to make a child scope (the default should
|
||||
almost always be used)</p></dd>
|
||||
|
||||
</dl></div>
|
||||
<div id="value">
|
||||
<h2>Value</h2>
|
||||
<p>The return value, if any, from executing the module server function</p>
|
||||
|
||||
|
||||
<p>The return value, if any, from executing the module server function</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -92,7 +101,7 @@ almost always be used)</p></dd>
|
||||
</div>
|
||||
|
||||
<div class="pkgdown">
|
||||
<p></p><p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.0.3.</p>
|
||||
<p></p><p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.0.4.</p>
|
||||
</div>
|
||||
|
||||
</footer></div>
|
||||
|
||||
Reference in New Issue
Block a user