Interface DefaultCookieConsentConstructorProps

interface DefaultCookieConsentConstructorProps {
    onlyShowIfVendors: boolean;
    preview: boolean;
    waitForStart: boolean;
}

Properties

onlyShowIfVendors: boolean

Only show the cookie consent dialog if the experience contains analytics components that indicate they use cookies.

true

preview: boolean

Previews how the consent dialog looks at design time.

false

waitForStart: boolean

Show the cookie consent dialog when the experience starts, rather than when the component is initialized.

false