Member Junction
    Preparing search index...

    Configuration for value lookup/mapping (in-memory translation table — not an entity lookup)

    interface LookupConfig {
        Default?: unknown;
        Map: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    Default?: unknown

    Value to use when the source value is not found in the map

    Map: Record<string, unknown>

    Map of source values to destination values. Keys are matched case-insensitively