Properties
busyDeclarations
busyDeclarations: boolean = false
busyGvl
busyGvl: boolean = false
busyVendors
busyVendors: boolean = false
Optional
chunkFolder
chunkFolder?: string
Optional
chunks
chunks?: Record<string, string[]>
Optional
chunksLanguageFolder
chunksLanguageFolder?: string
dataCategories
dataCategories: Map<string, TcfDataCategory> = ...
declarations
declarations: Omit<Declarations, "stacks">
features
features: Map<string, TcfFeature> = ...
fetchDeclarations
fetchDeclarations: (() => Promise<void>) = ...
Type declaration
- (): Promise<void>
Returns Promise<void>
fetchVendorConfigurations
fetchVendorConfigurations: (() => Promise<void>) = ...
Type declaration
- (): Promise<void>
Returns Promise<void>
fetchVendors
fetchVendors: (() => Promise<void>) = ...
Type declaration
- (): Promise<void>
Returns Promise<void>
fetchedAllVendorConfigurations
fetchedAllVendorConfigurations: boolean = false
gvlSpecificationVersion
gvlSpecificationVersion: number
Optional
publicUrl
publicUrl?: string
purposes
purposes: Map<string, TcfPurpose> = ...
Optional
restNamespace
restNamespace?: string
Optional
restNonce
restNonce?: string
Optional
restPathObfuscateOffset
restPathObfuscateOffset?: string
Optional
restQuery
restQuery?: object
Optional
restRecreateNonceEndpoint
restRecreateNonceEndpoint?: string
Optional
restRoot
restRoot?: string
Optional
restUrl
restUrl?: string
Readonly
rootStore
specialFeatures
specialFeatures: Map<string, TcfFeature> = ...
specialPurposes
specialPurposes: Map<string, TcfPurpose> = ...
tcfPolicyVersion
tcfPolicyVersion: number
textDomain
textDomain: string
updateGvl
updateGvl: (() => Promise<void>) = ...
Type declaration
- (): Promise<void>
Returns Promise<void>
vendorConfigurations
vendorConfigurations: TcfVendorConfigurationCollection
vendorListVersion
vendorListVersion: number
vendors
vendors: Map<string, TcfVendor> = ...
See PHP file inc/Assets.php.