Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchBoxProps

Initializer properties for the search box widget.

Hierarchy

Index

Properties

delay: number

The delay (in milliseconds) before the debounce notifies clients about its content change.

showButtons?: boolean

If true, the Previous, Next, and Close buttons will be visible. Otherwise, false. Defaults to false.

showFilter?: boolean

If true, Filter and Close buttons will be visible, and clicking the Filter button will triggers filter on the search term. Defaults to false.