Sanity Library Reference Docs
    Preparing search index...

    Interface CrossDatasetTypeBeta

    interface CrossDatasetType {
        __experimental_search: {
            mapWith?: string;
            path: (string | number)[];
            weight: number;
        }[];
        icon: ComponentType;
        preview: PreviewConfig;
        title?: string;
        type: string;
    }
    Index

    Properties

    __experimental_search: {
        mapWith?: string;
        path: (string | number)[];
        weight: number;
    }[]

    Unused. Configuring search is no longer supported for cross-dataset references.

    icon: ComponentType
    preview: PreviewConfig
    title?: string
    type: string