Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "frontend-packages/react-cookie-banner/src/inlineStyles/banner/content/inner"

Index

Functions

bannerContentInlineStyleInner

  • bannerContentInlineStyleInner(__namedParameters: { customCss: { antiAdBlocker: YesNo }; design: { borderColor: BorderColor; borderWidth: number; boxShadowBlurRadius: number; boxShadowColor: BackgroundColor; boxShadowColorAlpha: number; boxShadowEnabled: boolean; boxShadowOffsetX: number; boxShadowOffsetY: number; boxShadowSpreadRadius: number; fontColor: Color; fontFamily: string; fontInheritFamily: boolean; fontWeight: FontWeight; textAlign: TextAlign }; individualLayout: CustomizeIndividualLayout; individualPrivacyOpen: boolean; layout: { bannerPosition: "bottom" | "top"; dialogBorderRadius: number; dialogMargin: MarginOrPadding; dialogMaxWidth: number; dialogPosition: "topLeft" | "topCenter" | "topRight" | "middleLeft" | "middleCenter" | "middleRight" | "bottomLeft" | "bottomCenter" | "bottomRight"; type: "dialog" | "banner" }; mobile: CustomizeMobile; pageRequestUuid4: string }): InlineStyleFunctionReturn<HTMLDivElement>
  • Parameters

    • __namedParameters: { customCss: { antiAdBlocker: YesNo }; design: { borderColor: BorderColor; borderWidth: number; boxShadowBlurRadius: number; boxShadowColor: BackgroundColor; boxShadowColorAlpha: number; boxShadowEnabled: boolean; boxShadowOffsetX: number; boxShadowOffsetY: number; boxShadowSpreadRadius: number; fontColor: Color; fontFamily: string; fontInheritFamily: boolean; fontWeight: FontWeight; textAlign: TextAlign }; individualLayout: CustomizeIndividualLayout; individualPrivacyOpen: boolean; layout: { bannerPosition: "bottom" | "top"; dialogBorderRadius: number; dialogMargin: MarginOrPadding; dialogMaxWidth: number; dialogPosition: "topLeft" | "topCenter" | "topRight" | "middleLeft" | "middleCenter" | "middleRight" | "bottomLeft" | "bottomCenter" | "bottomRight"; type: "dialog" | "banner" }; mobile: CustomizeMobile; pageRequestUuid4: string }
      • customCss: { antiAdBlocker: YesNo }
      • design: { borderColor: BorderColor; borderWidth: number; boxShadowBlurRadius: number; boxShadowColor: BackgroundColor; boxShadowColorAlpha: number; boxShadowEnabled: boolean; boxShadowOffsetX: number; boxShadowOffsetY: number; boxShadowSpreadRadius: number; fontColor: Color; fontFamily: string; fontInheritFamily: boolean; fontWeight: FontWeight; textAlign: TextAlign }
        • borderColor: BorderColor
        • borderWidth: number
        • boxShadowBlurRadius: number
        • boxShadowColor: BackgroundColor
        • boxShadowColorAlpha: number
        • boxShadowEnabled: boolean
        • boxShadowOffsetX: number
        • boxShadowOffsetY: number
        • boxShadowSpreadRadius: number
        • fontColor: Color
        • fontFamily: string
        • fontInheritFamily: boolean
        • fontWeight: FontWeight
        • textAlign: TextAlign
      • individualLayout: CustomizeIndividualLayout
      • individualPrivacyOpen: boolean
      • layout: { bannerPosition: "bottom" | "top"; dialogBorderRadius: number; dialogMargin: MarginOrPadding; dialogMaxWidth: number; dialogPosition: "topLeft" | "topCenter" | "topRight" | "middleLeft" | "middleCenter" | "middleRight" | "bottomLeft" | "bottomCenter" | "bottomRight"; type: "dialog" | "banner" }
        • bannerPosition: "bottom" | "top"
        • dialogBorderRadius: number
        • dialogMargin: MarginOrPadding
        • dialogMaxWidth: number
        • dialogPosition: "topLeft" | "topCenter" | "topRight" | "middleLeft" | "middleCenter" | "middleRight" | "bottomLeft" | "bottomCenter" | "bottomRight"
        • type: "dialog" | "banner"
      • mobile: CustomizeMobile
      • pageRequestUuid4: string

    Returns InlineStyleFunctionReturn<HTMLDivElement>

Generated using TypeDoc