Sanity Library Reference Docs
    Preparing search index...
    interface EditFieldTarget {
        activity?: string;
        field: string;
        scope?: FieldScope;
    }
    Index

    Properties

    activity?: string

    Pins the match to that activity's field. A bare name already resolves activity-first; set this to disambiguate.

    field: string
    scope?: FieldScope

    Omit to resolve lexically — the nearest declaring scope wins (activity, then stage, then workflow).