Member Junction
    Preparing search index...

    Type Alias LookupResolver

    LookupResolver: (lookup: ResolvedLookup) => Promise<unknown>

    Resolves an entity lookup to a value. Injected into the evaluator so the engine stays framework-pure (the bulk-update processor supplies a RunView-backed resolver; unit tests supply a stub). Should return the matched record's ReturnField value, or undefined when nothing matches.

    Type Declaration