mcbe-leveldb-reader
    Preparing search index...

    Interface IFile

    interface IFile {
        content: string | Uint8Array<ArrayBufferLike> | null;
        fullPath: string;
        isContentLoaded: boolean;
        name: string;
        storageRelativePath: string;
        unload(): void;
    }

    Hierarchy (View Summary)

    Index
    content: string | Uint8Array<ArrayBufferLike> | null
    fullPath: string
    isContentLoaded: boolean
    name: string
    storageRelativePath: string