Sanity Library Reference Docs
    Preparing search index...

    Interface ApplicationInterface

    An interface exposed by a deployment, embedded when interfaces is included.

    interface ApplicationInterface {
        id: string;
        metadata: { group?: string; priority?: number } | null;
        moduleId: string;
        name: string;
        title: string;
        type: "app" | "worker" | "asset_source" | "panel";
        version: string;
    }
    Index

    Properties

    id: string
    metadata: { group?: string; priority?: number } | null
    moduleId: string

    Module federation module ID; resolved from the host mf-manifest at runtime

    name: string
    title: string
    type: "app" | "worker" | "asset_source" | "panel"
    version: string