Sanity Library Reference Docs
    Preparing search index...

    Interface ContentSourceMapDocumentValueSource

    DocumentValueSource is a path to a value within a document

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

    Properties

    Properties

    type: "documentValue"
    document: number
    path: number