Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Functions

bannerButtonsInlineStyleAcceptIndividual

  • bannerButtonsInlineStyleAcceptIndividual(__namedParameters: { bodyDesign: { acceptIndividualBg: BackgroundColor; acceptIndividualBorderColor: BorderColor; acceptIndividualBorderWidth: number; acceptIndividualFontColor: Color; acceptIndividualFontSize: number; acceptIndividualFontWeight: FontWeight; acceptIndividualHoverBg: BackgroundColor; acceptIndividualHoverBorderColor: BorderColor; acceptIndividualHoverFontColor: Color; acceptIndividualPadding: MarginOrPadding; acceptIndividualTextAlign: TextAlign }; customCss: { antiAdBlocker: YesNo }; decision: { acceptIndividual: ButtonType }; layout: { borderRadius: number }; mobile: CustomizeMobile; pageRequestUuid4: string }, isHover: boolean, framed: boolean, order: number, isTwoButtonRowLayout: boolean): { className: string; style: CSSProperties }
  • Parameters

    • __namedParameters: { bodyDesign: { acceptIndividualBg: BackgroundColor; acceptIndividualBorderColor: BorderColor; acceptIndividualBorderWidth: number; acceptIndividualFontColor: Color; acceptIndividualFontSize: number; acceptIndividualFontWeight: FontWeight; acceptIndividualHoverBg: BackgroundColor; acceptIndividualHoverBorderColor: BorderColor; acceptIndividualHoverFontColor: Color; acceptIndividualPadding: MarginOrPadding; acceptIndividualTextAlign: TextAlign }; customCss: { antiAdBlocker: YesNo }; decision: { acceptIndividual: ButtonType }; layout: { borderRadius: number }; mobile: CustomizeMobile; pageRequestUuid4: string }
      • bodyDesign: { acceptIndividualBg: BackgroundColor; acceptIndividualBorderColor: BorderColor; acceptIndividualBorderWidth: number; acceptIndividualFontColor: Color; acceptIndividualFontSize: number; acceptIndividualFontWeight: FontWeight; acceptIndividualHoverBg: BackgroundColor; acceptIndividualHoverBorderColor: BorderColor; acceptIndividualHoverFontColor: Color; acceptIndividualPadding: MarginOrPadding; acceptIndividualTextAlign: TextAlign }
        • acceptIndividualBg: BackgroundColor
        • acceptIndividualBorderColor: BorderColor
        • acceptIndividualBorderWidth: number
        • acceptIndividualFontColor: Color
        • acceptIndividualFontSize: number
        • acceptIndividualFontWeight: FontWeight
        • acceptIndividualHoverBg: BackgroundColor
        • acceptIndividualHoverBorderColor: BorderColor
        • acceptIndividualHoverFontColor: Color
        • acceptIndividualPadding: MarginOrPadding
        • acceptIndividualTextAlign: TextAlign
      • customCss: { antiAdBlocker: YesNo }
      • decision: { acceptIndividual: 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