Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "wordpress-plugins/real-cookie-banner/src/public/ts/components/proModal"

Index

Type aliases

Functions

Type aliases

ProFeature

ProFeature: { assetName?: string; description: string; feature: string; tagText?: string; testDrive?: boolean; title: string }

Type declaration

  • Optional assetName?: string
  • description: string
  • feature: string
  • Optional tagText?: string
  • Optional testDrive?: boolean
  • title: string

Functions

Const ProModal

  • ProModal(__namedParameters: { assetName: string; description: string; feature: string; inContainer: boolean; inContainerElement: HTMLElement; onClose: () => void; showFomoCouponCounter: boolean; showHints: boolean; testDrive: boolean; title: string; visible: boolean }): Element
  • Parameters

    • __namedParameters: { assetName: string; description: string; feature: string; inContainer: boolean; inContainerElement: HTMLElement; onClose: () => void; showFomoCouponCounter: boolean; showHints: boolean; testDrive: boolean; title: string; visible: boolean }
      • assetName: string
      • description: string
      • feature: string
      • inContainer: boolean
      • inContainerElement: HTMLElement
      • onClose: () => void
          • (): void
          • Returns void

      • showFomoCouponCounter: boolean
      • showHints: boolean
      • testDrive: boolean
      • title: string
      • visible: boolean

    Returns Element

Generated using TypeDoc