Sanity Library Reference Docs
    Preparing search index...

    Type Alias DashboardApplicationBase

    DashboardApplicationBase: Omit<ApplicationBase, "type"> & {
        isLocal: boolean;
        type: ApplicationBase["type"] | "installation";
    }

    The shared identity fields attached to each DashboardView.application and DashboardWebWorker.application, and the input to module loading. Widens ApplicationBase so type also covers installations.

    Type declaration

    • ReadonlyisLocal: boolean

      Served by a CLI dev server rather than a deployment.

    • Readonlytype: ApplicationBase["type"] | "installation"