Sanity Library Reference Docs
    Preparing search index...

    A field reference with scope already resolved — the form every op target carries.

    interface StoredFieldRef {
        field: string;
        scope: "workflow" | "stage" | "activity";
    }
    Index

    Properties

    Properties

    field: string = NonEmpty
    scope: "workflow" | "stage" | "activity" = ...