Sanity Library Reference Docs
    Preparing search index...

    Interface EditReferenceOptionsBeta

    interface EditReferenceOptions {
        id: string;
        parentRefPath: Path;
        template: {
            id: string;
            params?: Record<string, string | number | boolean>;
        };
        type: string;
        version?: string;
    }
    Index

    Properties

    id: string
    parentRefPath: Path
    template: { id: string; params?: Record<string, string | number | boolean> }
    type: string
    version?: string