updateMarkOptions {shinySearchbar} | R Documentation |
Update mark.js Options for an Initialized Searchbar Widget
Description
Only the options explicitly passed with this function are updated, the previous options are left unchanged.
Usage
updateMarkOptions(
inputId,
markOpts,
session = shiny::getDefaultReactiveDomain(),
quiet = FALSE
)
Arguments
inputId |
The |
markOpts |
Options to update for mark.js API. |
session |
The |
quiet |
Supress any warning related to incorrect/invalid arguments. |
Value
No return value, called to update markOpts
of the input control.
See Also
[Package shinySearchbar version 1.0.0 Index]