Push option values back into declared option fields
Source:R/format-options.R
format_options_update.RdFor an external write: moves the fields to match values without
re-rendering them (which would drop focus mid-edit).
Usage
format_options_update(session, specs, values = list())Arguments
- session
The module's
session.- specs
Named list of format_opt specs.
- values
Named list of current option values.