Skip to main content

Function: SearchSectionLinkTypes()

SearchSectionLinkTypes(props): null | Element

Search section (provider) to lookup link types.

Parameters

ParameterTypeDescription

props

object

props.minSearchTermLength?

number

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

Default

1

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:115