Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Functions

bannerButtonsInlineStyleAcceptEssentials

  • bannerButtonsInlineStyleAcceptEssentials(__namedParameters: { bodyDesign: { acceptAllFontSize: number; acceptAllFontWeight: FontWeight; acceptAllPadding: MarginOrPadding; acceptEssentialsBg: BackgroundColor; acceptEssentialsBorderColor: BorderColor; acceptEssentialsBorderWidth: number; acceptEssentialsFontColor: Color; acceptEssentialsFontSize: number; acceptEssentialsFontWeight: FontWeight; acceptEssentialsHoverBg: BackgroundColor; acceptEssentialsHoverBorderColor: BorderColor; acceptEssentialsHoverFontColor: Color; acceptEssentialsPadding: MarginOrPadding; acceptEssentialsTextAlign: TextAlign }; customCss: { antiAdBlocker: YesNo }; decision: { acceptEssentials: ButtonType }; isTcf: boolean; layout: { borderRadius: number }; mobile: CustomizeMobile; pageRequestUuid4: string }, isHover: boolean, framed: boolean, order: number, isTwoButtonRowLayout: boolean): { className: string; style: CSSProperties }
  • Parameters

    • __namedParameters: { bodyDesign: { acceptAllFontSize: number; acceptAllFontWeight: FontWeight; acceptAllPadding: MarginOrPadding; acceptEssentialsBg: BackgroundColor; acceptEssentialsBorderColor: BorderColor; acceptEssentialsBorderWidth: number; acceptEssentialsFontColor: Color; acceptEssentialsFontSize: number; acceptEssentialsFontWeight: FontWeight; acceptEssentialsHoverBg: BackgroundColor; acceptEssentialsHoverBorderColor: BorderColor; acceptEssentialsHoverFontColor: Color; acceptEssentialsPadding: MarginOrPadding; acceptEssentialsTextAlign: TextAlign }; customCss: { antiAdBlocker: YesNo }; decision: { acceptEssentials: ButtonType }; isTcf: boolean; layout: { borderRadius: number }; mobile: CustomizeMobile; pageRequestUuid4: string }
      • bodyDesign: { acceptAllFontSize: number; acceptAllFontWeight: FontWeight; acceptAllPadding: MarginOrPadding; acceptEssentialsBg: BackgroundColor; acceptEssentialsBorderColor: BorderColor; acceptEssentialsBorderWidth: number; acceptEssentialsFontColor: Color; acceptEssentialsFontSize: number; acceptEssentialsFontWeight: FontWeight; acceptEssentialsHoverBg: BackgroundColor; acceptEssentialsHoverBorderColor: BorderColor; acceptEssentialsHoverFontColor: Color; acceptEssentialsPadding: MarginOrPadding; acceptEssentialsTextAlign: TextAlign }
        • acceptAllFontSize: number
        • acceptAllFontWeight: FontWeight
        • acceptAllPadding: MarginOrPadding
        • acceptEssentialsBg: BackgroundColor
        • acceptEssentialsBorderColor: BorderColor
        • acceptEssentialsBorderWidth: number
        • acceptEssentialsFontColor: Color
        • acceptEssentialsFontSize: number
        • acceptEssentialsFontWeight: FontWeight
        • acceptEssentialsHoverBg: BackgroundColor
        • acceptEssentialsHoverBorderColor: BorderColor
        • acceptEssentialsHoverFontColor: Color
        • acceptEssentialsPadding: MarginOrPadding
        • acceptEssentialsTextAlign: TextAlign
      • customCss: { antiAdBlocker: YesNo }
      • decision: { acceptEssentials: ButtonType }
      • isTcf: boolean
      • 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