Only the options explicitly passed with this function are updated, the previous options are left unchanged.
updateMarkOptions(
inputId,
markOpts,
session = shiny::getDefaultReactiveDomain(),
quiet = FALSE
)The input slot of the initialized searchbar widget.
Options to update for mark.js API.
The session object passed to function given to
shinyServer.
Supress any warning related to incorrect/invalid arguments.
No return value, called to update markOpts of the input control.