• Internal

    Translate and combine traits.

    This sets .total on the traits object as translated set of both values and custom entries.

    Parameters

    • traits: {
          custom: string[];
          value: string[];
      }

      Trait data structure

      • custom: string[]
      • value: string[]
    • lookup: Record<string, string>

      Label lookup record

    Returns void

Generated using TypeDoc