Optional
bodyThe body of the message, as displayed in the inbox (not when the message has been opened).
Optional
color?: stringThe color of the body text.
Optional
flexWrap?: stringThe flex wrap property of the body text.
Optional
fontSize?: numberThe font size of the body text.
Optional
paddingBottom?: numberThe bottom padding of the body text.
Optional
width?: stringThe width of the body text.
Optional
createdThe message date.
Optional
color?: stringThe color of the creation date text.
Optional
fontSize?: numberThe font size of the creation date text.
Optional
messageA container around various elements in the message item: title, body, and created at.
Optional
flexDirection?: stringThe flex direction of the container.
Optional
justifyContent?: stringThe justification of the container's content.
Optional
paddingLeft?: numberThe left padding of the container.
Optional
width?: stringThe width of the container.
Optional
messageA message row.
Use these styles to customize row height, padding, background color, border, etc.
Optional
backgroundColor?: stringThe background color of the message row.
Optional
borderColor?: stringThe border color of the message row.
Optional
borderStyle?: stringThe border style of the message row.
Optional
borderTopWidth?: numberThe top border width of the message row.
Optional
flexDirection?: stringThe flex direction of the message row.
Optional
height?: numberThe height of the message row.
Optional
paddingBottom?: numberThe bottom padding of the message row.
Optional
paddingTop?: numberThe top padding of the message row.
Optional
navThe title that appears at the top of the inbox screen.
Optional
noThe body text that appears in the middle of the screen when the inbox contains no messages.
Optional
noThe title that appears in the middle of the screen when the inbox contains no messages.
Optional
readFor a read message, this is the container for the thumbnail image associated with the message (as configured when setting up the template in Iterable).
Optional
flexDirection?: stringThe flex direction of the container.
Optional
justifyContent?: stringThe justification of the container's content.
Optional
paddingLeft?: numberThe left padding of the container.
Optional
titleThe title of the message, as displayed in the inbox.
Optional
fontSize?: numberThe font size of the title.
Optional
paddingBottom?: numberThe bottom padding of the title.
Optional
unreadCustomizations for the unread indicator icon.
Optional
backgroundColor?: stringThe background color of the unread indicator.
Optional
borderRadius?: numberThe border radius of the unread indicator.
Optional
height?: numberThe height of the unread indicator.
Optional
marginLeft?: numberThe left margin of the unread indicator.
Optional
marginRight?: numberThe right margin of the unread indicator.
Optional
marginTop?: numberThe top margin of the unread indicator.
Optional
width?: numberThe width of the unread indicator.
Optional
unreadCThe container that holds the unread indicator.
Optional
flexDirection?: stringThe flex direction of the container.
Optional
justifyContent?: stringThe justification of the container's content.
Optional
unreadFor an unread message, this is the container for the thumbnail image associated with the message (as configured when setting up the template in Iterable).
Optional
flexDirection?: stringThe flex direction of the container.
Optional
justifyContent?: stringThe justification of the container's content.
Optional
paddingLeft?: numberThe left padding of the container.
Interface representing customizations for the Iterable Inbox.