Sanity Library Reference Docs
    Preparing search index...
    interface ParsedGdr {
        dataset?: string;
        documentId: string;
        projectId?: string;
        resourceId?: string;
        scheme: GdrScheme;
    }

    Hierarchy (View Summary)

    Index

    Properties

    dataset?: string

    For dataset: <dataset>

    documentId: string

    The trailing <documentId> part — what _id of the target doc is

    projectId?: string

    For dataset: <projectId>

    resourceId?: string

    For canvas / media-library / dashboard: <resourceId>

    scheme: GdrScheme