Sanity Library Reference Docs
    Preparing search index...

    Interface ReferenceChildLinkPropsBeta

    interface ReferenceChildLinkProps {
        children: ReactNode;
        documentId: string;
        documentType: string;
        parentRefPath: Path;
        template?: {
            id: string;
            params?: Record<string, string | number | boolean>;
        };
    }
    Index

    Properties

    children: ReactNode
    documentId: string
    documentType: string
    parentRefPath: Path
    template?: { id: string; params?: Record<string, string | number | boolean> }