Sanity Library Reference Docs
    Preparing search index...

    Interface CrossDatasetReferenceComponentsBeta

    interface CrossDatasetReferenceComponents {
        annotation?: ComponentType<BlockAnnotationProps>;
        block?: ComponentType<BlockProps>;
        diff?: ComponentType<any>;
        field?: ComponentType<ObjectFieldProps<CrossDatasetReferenceValue>>;
        inlineBlock?: ComponentType<BlockProps>;
        input?: ComponentType<CrossDatasetReferenceInputProps>;
        item?: ComponentType<
            ObjectItemProps<CrossDatasetReferenceValue & ObjectItem>,
        >;
        preview?: ComponentType<PreviewProps<PreviewLayoutKey>>;
    }
    Index

    Properties

    annotation?: ComponentType<BlockAnnotationProps>
    block?: ComponentType<BlockProps>
    diff?: ComponentType<any>
    inlineBlock?: ComponentType<BlockProps>
    input?: ComponentType<CrossDatasetReferenceInputProps>
    preview?: ComponentType<PreviewProps<PreviewLayoutKey>>