Observe glass_theme_toggle() buttons on the server
Source: R/glass-theme.R
observe_glass_theme_toggle.RdWires the three toggle inputs to update_glass_theme() so session state
stays aligned with the client (needed on some hosts that rewrite 'shiny'
messaging).
Arguments
- input
The server
inputobject.- session
The server
sessionobject.- inputId
Same base id passed to
glass_theme_toggle().