Skip to main content

Interface: UnifiedSearchSection

Section (provider) to search with in UnifiedSearch.

See

UnifiedSearchProps

Properties

PropertyModifierTypeDescription

component

readonly

ReactNode

Component to provide and display search results.

To access provided search context, use useUnifiedSearchSection hook.

key

readonly

string

Unique section key (arbitrary string).

label

readonly

ReactNode

Section label to display in the search.

title?

readonly

string

Section title to display on hover.