Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the options passable to FileSystemOverlay.read_directory

Hierarchy

  • IFileSystemQueryOptions

Index

Properties

Optional glob

glob: undefined | string

Represents a Bash Shell Glob pattern to match paths with

NOTE: When using "Globstar", "**", the backend will search recursively for sub-paths, which may incur a performance penalty

Optional is_directory

is_directory: undefined | false | true

Represents to only query for File System Entries that are Directories

Optional is_file

is_file: undefined | false | true

Represents to only query for File System Entries that are Files

Optional path

path: undefined | string

Represents a Directory path to read File System Entries from

Optional recursive

recursive: undefined | false | true

Represents if the IFileSystemQueryOptions.path option should recursively search in child Directories too

NOTE: When set to true, the backend will search recursively for children, which may incur a performance penalty

Optional regex

regex: RegExp

Represents a Regular Expression to match paths with

NOTE: When using the "Global Match" flag, "g", the backend will search recursively for children, which may incur a performance penalty

Legend

  • Variable
  • Function
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Generated using TypeDoc