Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "frontend-packages/react-cookie-banner/src/inlineStyles/banner/buttons/acceptAll"

Index

Functions

bannerButtonsInlineStyleAcceptAll

  • bannerButtonsInlineStyleAcceptAll(__namedParameters: { bodyDesign: { acceptAllBg: BackgroundColor; acceptAllBorderColor: BorderColor; acceptAllBorderWidth: number; acceptAllFontColor: Color; acceptAllFontSize: number; acceptAllFontWeight: FontWeight; acceptAllHoverBg: BackgroundColor; acceptAllHoverBorderColor: BorderColor; acceptAllHoverFontColor: Color; acceptAllPadding: MarginOrPadding; acceptAllTextAlign: TextAlign }; customCss: { antiAdBlocker: YesNo }; decision: { acceptAll: ButtonType }; layout: { borderRadius: number }; mobile: CustomizeMobile; pageRequestUuid4: string }, isHover: boolean, framed: boolean, order: number, isTwoButtonRowLayout: boolean): { className: string; style: CSSProperties }
  • Parameters

    • __namedParameters: { bodyDesign: { acceptAllBg: BackgroundColor; acceptAllBorderColor: BorderColor; acceptAllBorderWidth: number; acceptAllFontColor: Color; acceptAllFontSize: number; acceptAllFontWeight: FontWeight; acceptAllHoverBg: BackgroundColor; acceptAllHoverBorderColor: BorderColor; acceptAllHoverFontColor: Color; acceptAllPadding: MarginOrPadding; acceptAllTextAlign: TextAlign }; customCss: { antiAdBlocker: YesNo }; decision: { acceptAll: ButtonType }; layout: { borderRadius: number }; mobile: CustomizeMobile; pageRequestUuid4: string }
      • bodyDesign: { acceptAllBg: BackgroundColor; acceptAllBorderColor: BorderColor; acceptAllBorderWidth: number; acceptAllFontColor: Color; acceptAllFontSize: number; acceptAllFontWeight: FontWeight; acceptAllHoverBg: BackgroundColor; acceptAllHoverBorderColor: BorderColor; acceptAllHoverFontColor: Color; acceptAllPadding: MarginOrPadding; acceptAllTextAlign: TextAlign }
        • acceptAllBg: BackgroundColor
        • acceptAllBorderColor: BorderColor
        • acceptAllBorderWidth: number
        • acceptAllFontColor: Color
        • acceptAllFontSize: number
        • acceptAllFontWeight: FontWeight
        • acceptAllHoverBg: BackgroundColor
        • acceptAllHoverBorderColor: BorderColor
        • acceptAllHoverFontColor: Color
        • acceptAllPadding: MarginOrPadding
        • acceptAllTextAlign: TextAlign
      • customCss: { antiAdBlocker: YesNo }
      • decision: { acceptAll: ButtonType }
      • layout: { borderRadius: number }
        • borderRadius: number
      • mobile: CustomizeMobile
      • pageRequestUuid4: string
    • isHover: boolean
    • framed: boolean
    • order: number
    • isTwoButtonRowLayout: boolean

    Returns { className: string; style: CSSProperties }

    • className: string
    • style: CSSProperties

Generated using TypeDoc