Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Consent

Index

Constructors

constructor

Properties

blocker

blocker: ResponseRouteConsentAllGetEntity["blocker"]

blocker_thumbnail

blocker_thumbnail: ResponseRouteConsentAllGetEntity["blocker_thumbnail"]

button_clicked

button_clicked: ResponseRouteConsentAllGetEntity["button_clicked"]

context

context: ResponseRouteConsentAllGetEntity["context"]

created

created: ResponseRouteConsentAllGetEntity["created"]

Optional custom_bypass

custom_bypass: ResponseRouteConsentAllGetEntity["custom_bypass"]

decision

decision: ResponseRouteConsentAllGetEntity["decision"]

decision_labels

decision_labels: ResponseRouteConsentAllGetEntity["decision_labels"]

design_version

design_version: ResponseRouteConsentAllGetEntity["design_version"]

dnt

dnt: ResponseRouteConsentAllGetEntity["dnt"]

Optional forwarded

forwarded: ResponseRouteConsentAllGetEntity["forwarded"]

forwarded_blocker

forwarded_blocker: ResponseRouteConsentAllGetEntity["forwarded_blocker"]

id

id: number

Optional ipv4

ipv4: ResponseRouteConsentAllGetEntity["ipv4"]

ipv4_hash

ipv4_hash: ResponseRouteConsentAllGetEntity["ipv4_hash"]

Optional ipv6

ipv6: ResponseRouteConsentAllGetEntity["ipv6"]

ipv6_hash

ipv6_hash: ResponseRouteConsentAllGetEntity["ipv6_hash"]

Readonly plain

Plain consent from REST API so it can be easily exported.

plugin_version

plugin_version: ResponseRouteConsentAllGetEntity["plugin_version"]

previous_decision

previous_decision: ResponseRouteConsentAllGetEntity["previous_decision"]

revision_hash

revision_hash: ResponseRouteConsentAllGetEntity["revision_hash"]

revision_independent_hash

revision_independent_hash: ResponseRouteConsentAllGetEntity["revision_independent_hash"]

Readonly store

Optional tcf_string

tcf_string: ResponseRouteConsentAllGetEntity["tcf_string"]

url_imprint

url_imprint: ResponseRouteConsentAllGetEntity["url_imprint"]

url_privacy_policy

url_privacy_policy: ResponseRouteConsentAllGetEntity["url_privacy_policy"]

user_country

user_country: ResponseRouteConsentAllGetEntity["user_country"]

uuid

uuid: ResponseRouteConsentAllGetEntity["uuid"]

viewed_page

viewed_page: ResponseRouteConsentAllGetEntity["viewed_page"]

viewport_height

viewport_height: ResponseRouteConsentAllGetEntity["viewport_height"]

viewport_width

viewport_width: ResponseRouteConsentAllGetEntity["viewport_width"]

Accessors

custom_bypass_readable

  • get custom_bypass_readable(): string
  • Returns string

export

  • get export(): Partial<ResponseRouteConsentAllGetEntity> & { revision: Consent["revision"]["data"]; revision_independent: Consent["revision_independent"]["data"] }
  • Prepare the entry for JSON export.

    Returns Partial<ResponseRouteConsentAllGetEntity> & { revision: Consent["revision"]["data"]; revision_independent: Consent["revision_independent"]["data"] }

revision

  • Returns Revision

revision_independent

  • Returns RevisionIndependent

Methods

fetchRevisions

  • fetchRevisions(): Promise<[void, void]>
  • Returns Promise<[void, void]>

Generated using TypeDoc