Braze JavaScript SDK
    Preparing search index...

    Interface HtmlMessageProps

    interface HtmlMessageProps {
        animateIn?: boolean;
        animateOut?: boolean;
        css?: string;
        dismissType?: "AUTO_DISMISS" | "SWIPE";
        duration?: number;
        extras?: Record<string, string>;
        frameColor?: number;
        htmlId?: string;
        imageStyle?: "TOP" | "GRAPHIC";
        message?: string;
        messageExtras?: None | Record<string, string>;
        messageFields?: Record<string, boolean>;
        triggerId?: string;
    }

    Hierarchy

    • Omit<
          InAppMessageProps,
          | "messageAlignment"
          | "slideFrom"
          | "clickAction"
          | "uri"
          | "openTarget"
          | "icon"
          | "imageUrl"
          | "iconColor"
          | "iconBackgroundColor"
          | "backgroundColor"
          | "textColor"
          | "closeButtonColor"
          | "header"
          | "headerAlignment"
          | "headerTextColor"
          | "buttons"
          | "cropType"
          | "orientation",
      >
      • HtmlMessageProps
    Index

    Properties

    animateIn?: boolean
    animateOut?: boolean
    css?: string
    dismissType?: "AUTO_DISMISS" | "SWIPE"
    duration?: number
    extras?: Record<string, string>
    frameColor?: number
    htmlId?: string
    imageStyle?: "TOP" | "GRAPHIC"
    message?: string
    messageExtras?: None | Record<string, string>
    messageFields?: Record<string, boolean>
    triggerId?: string