Braze JavaScript SDK
Preparing search index...
HtmlMessageProps
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
animate
In?
animate
Out?
css?
dismiss
Type?
duration?
extras?
frame
Color?
html
Id?
image
Style?
message?
message
Extras?
message
Fields?
trigger
Id?
Properties
Optional
animate
In
animateIn
?:
boolean
Optional
animate
Out
animateOut
?:
boolean
Optional
css
css
?:
string
Optional
dismiss
Type
dismissType
?:
"AUTO_DISMISS"
|
"SWIPE"
Optional
duration
duration
?:
number
Optional
extras
extras
?:
Record
<
string
,
string
>
Optional
frame
Color
frameColor
?:
number
Optional
html
Id
htmlId
?:
string
Optional
image
Style
imageStyle
?:
"TOP"
|
"GRAPHIC"
Optional
message
message
?:
string
Optional
message
Extras
messageExtras
?:
None
|
Record
<
string
,
string
>
Optional
message
Fields
messageFields
?:
Record
<
string
,
boolean
>
Optional
trigger
Id
triggerId
?:
string
Braze JavaScript SDK - v0.3.1
Loading...