Sanity Library Reference Docs
    Preparing search index...

    Interface FieldReference

    Holds a reference to a different field NOTE: Only use this through Rule.valueOfField

    interface FieldReference {
        path: string | string[];
        type: symbol;
    }
    Index

    Properties

    Properties

    path: string | string[]
    type: symbol