Skip to main content

Function: SearchSectionEntities()

SearchSectionEntities(props): Element

Search section (provider) to lookup entities.

Parameters

ParameterTypeDescription

props

object

props.minSearchTermLength?

number

Minimum number of characters in the search term to initiate the search.

Default

3

props.searchTimeout?

number

Debounce timeout in milliseconds after input to perform the text search.

Default

600

Returns

Element

Defined in

widgets/unifiedSearch/builtinSearchSections.tsx:55