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 input slot of the initialized searchbar widget.

markOpts

Options to update for mark.js API.

session

The session object passed to function given to shinyServer.

quiet

Supress any warning related to incorrect/invalid arguments.

Value

No return value, called to update markOpts of the input control.

See Also

configurator


[Package shinySearchbar version 1.0.0 Index]