Type Alias FileTreeOptionsBeta

FileTreeOptions: {
    exclude_root?: boolean;
    flat?: boolean;
    minimal?: boolean;
    recurse?: boolean;
    structure?: boolean;
}

Options for file tree.

Type declaration

  • Optional Betaexclude_root?: boolean

    Whether to exclude the root from the file tree.

  • Optional Betaflat?: boolean

    Whether to flatten the file tree.

  • Optional Betaminimal?: boolean

    Whether to show minimal information in the file tree.

  • Optional Betarecurse?: boolean

    Whether to recurse in the file tree.

  • Optional Betastructure?: boolean

    Whether to include structure in the file tree.