header
Fields
visible
• boolean
visible
• booleanA destination object containing the type
and screen id
type
and screen id
headerTransparent
• boolean
headerTransparent
• booleanA destination object containing the type
and screen id
type
and screen id
headerLeft
• [ headerItem ]
headerLeft
• [ headerItem ]A presentation object containing transition and style configurations
headerCenter
• [ headerItem ]
headerCenter
• [ headerItem ]A presentation object containing transition and style configurations
headerRight
• [ headerItem ]
headerRight
• [ headerItem ]A presentation object containing transition and style configurations
backgroundColor
• string
backgroundColor
• stringA destination object containing the type
and screen id
type
and screen id
tintColor
• string
tintColor
• stringA destination object containing the type
and screen id
type
and screen id
{
"visible": true,
"headerLeft": [
{
"type": "button",
"image": {
"type": "icon",
"src": "https://assets.tapcart.com/eZ4Olr2pqW_657c8c3c527d48aabad297fd_icon-space-sub.svg"
},
"style": {
"width": 35,
"height": 35
},
"action": {
"type": "screen/open",
"data": {
"destination": {
"type": "screen",
"id": "9M5lEgg5up"
},
"presentation": {
"transition": "default",
"style": "default"
}
}
}
}
],
"headerCenter": [
{
"type": "button",
"image": {
"type": "image",
"src": "https://assets.tapcart.com/app-config/eZ4Olr2pqW_653ad6054b31ffb8e829e2af.png"
},
"style": {
"width": 93.75,
"height": 35
},
"action": {
"type": "scroll/top"
}
}
],
"headerRight": [
{
"type": "button",
"image": {
"type": "icon",
"src": "https://assets.tapcart.com/eZ4Olr2pqW_65450f254b31ffb8e82a8d51_icon-bag.svg"
},
"style": {
"width": 35,
"height": 35
},
"badge": {
"visible": true,
"value": "{cart.count}"
},
"action": {
"type": "screen/open",
"data": {
"destination": {
"type": "screen",
"id": "svgxGbPgVQ"
},
"presentation": {
"transition": "fullscreen",
"style": "default"
}
}
}
}
]
}
Navigating to known screens usingtype
Upon invoking the
addToCart
function, the app will reference this setting to determine if the user should be automatically navigated to the cart, or left where they are.
Updated 9 days ago