OpenFairyGUI API
    Preparing search index...

    Interface ProjectSourceFile

    Identifies one package-controlled file without exposing a filesystem path.

    interface ProjectSourceFile {
        branch: string;
        fileName: string;
        packageName: string;
        path: string;
    }
    Index
    branch: string
    fileName: string
    packageName: string
    path: string