Member Junction
    Preparing search index...

    Interface ResolvedLookup

    A lookup with its MatchValue already resolved to a concrete value, handed to the LookupResolver.

    interface ResolvedLookup {
        Entity: string;
        MatchField: string;
        MatchValue: unknown;
        ReturnField: string;
    }
    Index

    Properties

    Entity: string
    MatchField: string
    MatchValue: unknown
    ReturnField: string