Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "frontend-packages/react-cookie-banner/src/types/blockerContext"

Index

Type aliases

Type aliases

BlockerContextProps

BlockerContextProps: Partial<Customize & CommonContextProps & { blocker: VisualBlocker; onUnblock: (event?: MouseEvent) => void; paintMode: BlockerMountPaintMode; showFooter: boolean }>

All properties needed for our whole content blocker. All properties are optional as no default is defined at time of context creation.

Generated using TypeDoc