Sanity Library Reference Docs
    Preparing search index...

    Interface DocumentInspectorPropsBeta

    interface DocumentInspectorProps {
        documentId: string;
        documentType: string;
        onClose: () => void;
    }
    Index

    Properties

    documentId: string
    documentType: string
    onClose: () => void