find-itch-games
    Preparing search index...

    Interface IItchLibraryRaw

    An install location, before its contents are looked at.

    interface IItchLibraryRaw {
        id: string;
        path: string;
        isDefault: boolean;
        exists: boolean;
        source: IItchLocationSource;
    }

    Hierarchy (View Summary)

    Index
    id: string

    itch's own id: a uuid, or the built-in appdata.

    path: string
    isDefault: boolean

    True for the location itch installs into by default.

    exists: boolean

    Whether the directory currently exists on disk.