Skip to main content

Interface: UnifiedSearchProps

Props for UnifiedSearch component.

See

UnifiedSearch

Properties

PropertyTypeDescription

defaultHeight?

number

Default (initial) height for the component when the dropdown is expanded.

Default

350

defaultWidth?

number

Default (initial) width for the component, including the search input and the dropdown.

Default

300

minHeight?

number

Minimum height for the dropdown when resized.

Default

150

minWidth?

number

Minimum width for the dropdown when resized.

Default

200

offsetWithMaxHeight?

number

Offset from bottom side of the canvas viewport to limit max width.

Default

20

offsetWithMaxWidth?

number

Offset from right side of the canvas viewport to limit max width.

Default

20

placeholder?

string

Placeholder text for the search input.

Default

"Search for..."

sections

readonly UnifiedSearchSection[]

Available sections (providers) to search with.