Search results

SearchSettingsModel API in JavaScript FileManager API control

Interface for a class SearchSettings

Properties

allowSearchOnTyping

boolean

Enables or disables the allowSearchOnTyping.

filterType

FilterType

Specifies the filter type while searching the content. The available filter types are:

  • contains
  • startsWith
  • endsWith

ignoreCase

boolean

If ignoreCase is set to false, searches files that match exactly, else searches files that are case insensitive(uppercase and lowercase letters treated the same).

placeholder

string

Specifies the placeholder value to the search input of the File Manager component. It accepts string.