Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PathedTree<T>

A simple data structure that holds the intermediate data while we build the directory tree using filepaths.

Type parameters

  • T

Hierarchy

  • PathedTree

Index

Properties

Properties

children

children: PathedTree<T>[]

items

items: T[]

pathPart

pathPart: string

Generated using TypeDoc