Skip to main content

Function: SearchSectionElementTypes()

SearchSectionElementTypes(props): null | Element

Search section (provider) to lookup element types via tree.

Parameters

ParameterTypeDescription

props

object

props.minSearchTermLength?

number

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

Default

2

props.searchTimeout?

number

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

Default

200

Returns

null | Element

Defined in

widgets/unifiedSearch/builtinSearchSections.tsx:21