Amplication AST Libraries Documentation
    Preparing search index...

    Represents a project in the solution.

    interface Project {
        name: string;
        path: string;
        typeGUID: string;
        projectGUID: string;
    }
    Index

    Properties

    name: string

    The name of the project

    path: string

    The relative path to the project file

    typeGUID: string

    The GUID identifying the project type

    projectGUID: string

    The unique GUID for this project