Sanity Library Reference Docs
    Preparing search index...

    Interface BaseFeedbackTags

    Tags that are always sent regardless of where the dialog is used.

    interface BaseFeedbackTags {
        environment: string;
        innerHeight: string;
        innerWidth: string;
        orgId: string;
        orgName: string;
        planTier: string;
        plugins: string;
        pluginsCount: number;
        projectId: string;
        projectName: string;
        reactVersion: string;
        screenDensity: string;
        screenHeight: string;
        screenWidth: string;
        sessionId: string;
        studioVersion: string;
        userAgent: string;
        userId: string;
    }
    Index

    Properties

    environment: string
    innerHeight: string
    innerWidth: string
    orgId: string
    orgName: string
    planTier: string
    plugins: string
    pluginsCount: number
    projectId: string
    projectName: string
    reactVersion: string
    screenDensity: string
    screenHeight: string
    screenWidth: string
    sessionId: string
    studioVersion: string
    userAgent: string
    userId: string