Type Alias SearchOptions

SearchOptions: {
    deepSearch?: boolean;
}

Used to filter the search logic | Options to control how path saving is performed.

Type declaration

  • OptionaldeepSearch?: boolean
    • Whether to search subfolders or not.