Sanity Library Reference Docs
    Preparing search index...

    Interface ApplicationWorkspace

    A studio workspace of a deployment, embedded when workspaces is included. Studio applications only.

    interface ApplicationWorkspace {
        basePath: string | null;
        dataset: string;
        icon: string | null;
        id: string;
        name: string;
        projectId: string;
        schemaDescriptorId: string | null;
        subtitle: string | null;
        title: string | null;
    }
    Index

    Properties

    basePath: string | null
    dataset: string
    icon: string | null

    Sanitized SVG icon markup

    id: string
    name: string
    projectId: string
    schemaDescriptorId: string | null
    subtitle: string | null
    title: string | null