Sanity Library Reference Docs
    Preparing search index...

    Interface ContentSourceMapDocumentValueSource

    DocumentValueSource is a path to a value within a document

    interface ContentSourceMapDocumentValueSource {
        document: number;
        path: number;
        type: "documentValue";
    }
    Index

    Properties

    Properties

    document: number
    path: number
    type: "documentValue"