Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Functions

bannerButtonsInlineStyleSave

  • bannerButtonsInlineStyleSave(__namedParameters: { bodyDesign: { acceptAllFontSize: number; acceptAllFontWeight: FontWeight }; customCss: { antiAdBlocker: YesNo }; isTcf: boolean; layout: { borderRadius: number }; mobile: CustomizeMobile; pageRequestUuid4: string; saveButton: { bg: BackgroundColor; borderColor: BorderColor; borderWidth: number; fontColor: Color; fontSize: number; fontWeight: FontWeight; hoverBg: BackgroundColor; hoverBorderColor: BorderColor; hoverFontColor: Color; padding: MarginOrPadding; textAlign: TextAlign; type: "button" | "link" } }, isHover: boolean, framed: boolean, order: number, isTwoButtonRowLayout: boolean): { className: string; style: CSSProperties }
  • Parameters

    • __namedParameters: { bodyDesign: { acceptAllFontSize: number; acceptAllFontWeight: FontWeight }; customCss: { antiAdBlocker: YesNo }; isTcf: boolean; layout: { borderRadius: number }; mobile: CustomizeMobile; pageRequestUuid4: string; saveButton: { bg: BackgroundColor; borderColor: BorderColor; borderWidth: number; fontColor: Color; fontSize: number; fontWeight: FontWeight; hoverBg: BackgroundColor; hoverBorderColor: BorderColor; hoverFontColor: Color; padding: MarginOrPadding; textAlign: TextAlign; type: "button" | "link" } }
      • bodyDesign: { acceptAllFontSize: number; acceptAllFontWeight: FontWeight }
        • acceptAllFontSize: number
        • acceptAllFontWeight: FontWeight
      • customCss: { antiAdBlocker: YesNo }
      • isTcf: boolean
      • layout: { borderRadius: number }
        • borderRadius: number
      • mobile: CustomizeMobile
      • pageRequestUuid4: string
      • saveButton: { bg: BackgroundColor; borderColor: BorderColor; borderWidth: number; fontColor: Color; fontSize: number; fontWeight: FontWeight; hoverBg: BackgroundColor; hoverBorderColor: BorderColor; hoverFontColor: Color; padding: MarginOrPadding; textAlign: TextAlign; type: "button" | "link" }
        • bg: BackgroundColor
        • borderColor: BorderColor
        • borderWidth: number
        • fontColor: Color
        • fontSize: number
        • fontWeight: FontWeight
        • hoverBg: BackgroundColor
        • hoverBorderColor: BorderColor
        • hoverFontColor: Color
        • padding: MarginOrPadding
        • textAlign: TextAlign
        • type: "button" | "link"
    • isHover: boolean
    • framed: boolean
    • order: number
    • isTwoButtonRowLayout: boolean

    Returns { className: string; style: CSSProperties }

    • className: string
    • style: CSSProperties

Generated using TypeDoc