Sanity Library Reference Docs
    Preparing search index...

    Interface ResourceRefArgs<TType>

    Args for the single-resource ref constructors (refCanvas, refMediaLibrary, refDashboard).

    interface ResourceRefArgs<TType extends string> {
        documentId: string;
        resourceId: string;
        type: TType;
    }

    Type Parameters

    • TType extends string
    Index

    Properties

    documentId: string
    resourceId: string
    type: TType