Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "frontend-packages/cookie-consent-web-client/src/tcf/findUsedVendorsForDeclaration"

Index

Functions

findUsedVendorsForDeclaration

  • findUsedVendorsForDeclaration(gvl: GVL, model: TCModel, id: number, ...__namedParameters: ["purposes" | "specialPurposes" | "features" | "specialFeatures", boolean]): Vendor[]
  • Read vendors for a given declaration and also respect the publisher restrictions of a given model.

    Parameters

    • gvl: GVL
    • model: TCModel
    • id: number
    • Rest ...__namedParameters: ["purposes" | "specialPurposes" | "features" | "specialFeatures", boolean]

    Returns Vendor[]

getGetterForGivenDeclaration

  • getGetterForGivenDeclaration(declaration: keyof Omit<Declarations, "stacks">, isLegInt: boolean): "getVendorsWithFeature" | "getVendorsWithSpecialFeature" | "getVendorsWithSpecialPurpose" | "getVendorsWithLegIntPurpose" | "getVendorsWithConsentPurpose"

Generated using TypeDoc