Braze JavaScript SDK
    Preparing search index...

    Interface SlideUpMessageProps

    interface SlideUpMessageProps {
        animateIn?: boolean;
        animateOut?: boolean;
        backgroundColor?: number;
        clickAction?: "URI" | "NONE";
        closeButtonColor?: number;
        css?: string;
        dismissType?: "AUTO_DISMISS" | "SWIPE";
        duration?: number;
        extras?: Record<string, string>;
        htmlId?: string;
        icon?: string;
        iconBackgroundColor?: number;
        iconColor?: number;
        imageUrl?: string;
        message?: string;
        messageAlignment?: "START" | "CENTER" | "END";
        messageExtras?: None | Record<string, string>;
        openTarget?: "NONE" | "BLANK";
        slideFrom?: "TOP" | "BOTTOM";
        textColor?: number;
        triggerId?: string;
        uri?: string;
    }

    Hierarchy

    • Omit<
          InAppMessageProps,
          | "imageStyle"
          | "header"
          | "headerAlignment"
          | "headerTextColor"
          | "frameColor"
          | "buttons"
          | "cropType"
          | "orientation",
      >
      • SlideUpMessageProps
    Index

    Properties

    animateIn?: boolean
    animateOut?: boolean
    backgroundColor?: number
    clickAction?: "URI" | "NONE"
    closeButtonColor?: number
    css?: string
    dismissType?: "AUTO_DISMISS" | "SWIPE"
    duration?: number
    extras?: Record<string, string>
    htmlId?: string
    icon?: string
    iconBackgroundColor?: number
    iconColor?: number
    imageUrl?: string
    message?: string
    messageAlignment?: "START" | "CENTER" | "END"
    messageExtras?: None | Record<string, string>
    openTarget?: "NONE" | "BLANK"
    slideFrom?: "TOP" | "BOTTOM"
    textColor?: number
    triggerId?: string
    uri?: string