videowiseInfo | object | Yes | — | Store configuration (same as VideoFeed) |
widgetId | string | Yes | — | The ID of the Videowise widget |
rightActionButtonsTop | number | No | — | Top offset (px) for the right action buttons |
marketingLogoTop | number | No | — | Top offset (px) for the marketing logo |
shoppableTop | number | No | — | Top offset (px) for the shoppable product list |
shoppableBottom | number | No | — | Bottom padding (px) for shoppable UI |
shoppableCardListBottom | number | No | — | Bottom offset (px) for the shoppable card list |
shoppableListAspectRatio | `${number}/${number}` | `"auto"` | No | — | Aspect ratio of product list items |
loggedInUserData | { email?: string; fullName?: string } | No | — | Logged-in user info passed to the embed |
onEvent | (event: OnEventType<'custom-event'>) => void | No | — | Callback for custom events |
onAddToCart | (event: OnEventType<'add-to-cart'>) => void | No | — | Callback when a product is added to cart |
onCheckout | (event: OnEventType<'custom-event'>) => void | No | — | Callback for checkout events |
environment | 'local' | 'staging' | 'production' | No | 'production' | Environment target |