updateMarkOptions: Update mark.js Options for an Initialized Searchbar Widget

Description Usage Arguments Value See Also

View source: R/input-searchbar.R

Description

Only the options explicitly passed with this function are updated, the previous options are left unchanged.

Usage

1
2
3
4
5
6
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


shinySearchbar documentation built on July 1, 2020, 11:10 p.m.