Skip to main content

Function: SearchSectionElementTypes()

SearchSectionElementTypes(props): null | Element

Defined in: widgets/unifiedSearch/builtinSearchSections.tsx:21

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

Parameters

ParameterTypeDescription

props

{ minSearchTermLength?: number; searchTimeout?: number; }

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