diff --git a/navigator-vue/src/globalTypedefs.js b/navigator-vue/src/globalTypedefs.js index 74c6c7d..e3ffb5a 100644 --- a/navigator-vue/src/globalTypedefs.js +++ b/navigator-vue/src/globalTypedefs.js @@ -12,4 +12,7 @@ * @property {Boolean} directoryView.cols.ctime - Show the creation time column * @property {Boolean} directoryView.cols.mtime - Show the modification time column * @property {Boolean} directoryView.cols.atime - Show the access time column + * @property {Object} searchInDirectory - Settings for filtering directory entries + * @property {Boolean} searchInDirectory.ignoreCase - false: case sensitive, true: case insensitive + * @property {Boolean} searchInDirectory.fullRegex - false: glob matching, true: full regex mode */