Search results

SearchEventArgs API in Angular FileManager API component

Interface for Search event arguments.

Properties

cancel

boolean

Specifies whether the default search action must be cancel.

caseSensitive

boolean

Specifies the searching of file or folder is case sensitive or not.

path

string

Specifies the current folder path where the search action takes place.

searchResults

{ : }[]

Return the search results which matches the entered search character.

searchText

string

Specifies the search text which is entered in the input element.

showHiddenItems

boolean

Specifies whether the user has permission to view hidden items.