effect-tree - v1.0.36
    Preparing search index...

    Interface DirectoryEntry

    interface DirectoryEntry {
        name: string;
        parentPath: string;
        type: Type;
    }
    Index

    Properties

    Properties

    name: string

    The basename of this directory entry not including the parent path.

    parentPath: string

    Path to parent directory of this entry.

    type: Type

    Type of this directory entry.