Inputs
self, values, ns=Root) Inputs(
A class representing Shiny input values.
This class provides access to a Session
's input values. The input values are reactive Value
s, and can be accessed with the []
operator, or with .
. For example, if there is an input named x
, it can be accessed via input["x"]()
or input.x()
.
Methods
Name | Description |
---|---|
set_serializer | Add a function for serializing an input before bookmarking application state |
set_serializer
id, fn) Inputs.set_serializer(
Add a function for serializing an input before bookmarking application state