Sanity Library Reference Docs
    Preparing search index...

    Interface DynamicFeedbackTags

    Tags that update as the user navigates.

    interface DynamicFeedbackTags {
        activeDataset: string;
        activeProjectId: string;
        activeTool: string;
        activeWorkspace: string;
        url: string;
    }
    Index

    Properties

    activeDataset: string
    activeProjectId: string
    activeTool: string
    activeWorkspace: string
    url: string