Jump to Content
Tapcart Developer Docs
HomeApp Studio Guide
App Studio GuideTapcart Developer Docs
App Studio Guide
App Studio Guide
HomeApp Studio Guide
All
Pages
Start typing to search…

Getting Started

  • App Studio Quick Start
  • Tapcart CLI
    • Blocks
    • Components
    • Layouts
    • Manifest Options for Custom Blocks
    • Dependencies
    • CI/CD Support
    • Debugging

App Actions

  • Navigation
    • screen/open
    • go/back
    • go/home
    • go/top
  • Cart
    • cart/add
    • cart/remove
    • cart/clear
    • cart/line/update
    • cart/updateNotes
    • cart/updateAttributes
    • cart/discount/add
    • cart/discount/remove
    • cart/checkout
  • Customer
    • customer/auth
    • customer/logout
    • customer/refresh
  • Storage
    • storage/add
    • storage/update
    • storage/remove
  • Interactions
    • trigger/haptic
    • trigger/alert
    • trigger/gallery
    • switch/app
    • switch/market
  • Loyalty
    • loyalty/customer
    • loyalty/tiers
    • loyalty/history
    • loyalty/rewards
    • loyalty/redeem/reward
    • loyalty/record/activity
  • Track
  • Common Objects
    • destination
    • presentation
    • header
    • headerItem
    • badge
    • image

App Variables

  • Customer
  • Cart
  • Orders
  • Storage
  • Session
  • Device
  • Loyalty

Search

  • Overview
  • Methods and Access
  • Customizations

Release Notes

  • Tapcart CLI
  • Merchant Dashboard
  • App Studio

image

Fields

type • enum required

A destination object containing the image and screen icon

src • string required

A destination object containing the type and screen id



{
  "type": "image",
  "src": "https://assets.tapcart.com/app-config/eZ4Olr2pqW_653ad6054b31ffb8e829e2af.png"
}

Updated about 2 months ago


badge
Customer