Home > widget-integration > Platform

Platform interface

Signature:

export interface Platform 

Properties

Property

Modifiers

Type

Description

collection?

{ id: string | number; }

(Optional)

currency?

{ active: string; rate: string; }

(Optional)

customer?

{ id: string; }

(Optional)

localization?

{ locale: string; country: string; }

(Optional)

product?

{ id: string | number; }

(Optional)

router

PlatformRouter