js-ipfs-unixfs
    Preparing search index...

    Interface UnixFSDirectoryEntry

    interface UnixFSDirectoryEntry {
        cid: CID;
        name: string;
        path: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    cid: CID

    The CID of the entry

    name: string

    The name the entry is stored under within the directory

    path: string

    The path of the entry within the containing directory structure