ISPO SDK
    Preparing search index...

    Interface HostProjectSummary

    Markdown

    Path-free identity for one project registered in the current userspace.

    interface HostProjectSummary {
        appStatus?: "none" | "ready" | "preparing";
        iconRef?: string;
        name: string;
        origin?: string;
        primarySurface?: "files" | "app";
        projectId: string;
    }
    Index
    appStatus?: "none" | "ready" | "preparing"

    Explicit App lifecycle.

    iconRef?: string
    name: string
    origin?: string
    primarySurface?: "files" | "app"

    Host-owned primary stage; preparing Apps remain on Files.

    projectId: string