phaser - v3.90.0
    Preparing search index...

    Type Alias Product

    type Product = {
        description?: string;
        imageURI?: string;
        price?: string;
        priceCurrencyCode?: string;
        productID?: string;
        title?: string;
    }
    Index

    Properties

    description?: string

    The product description.

    imageURI?: string

    A link to the product's associated image.

    price?: string

    The price of the product.

    priceCurrencyCode?: string

    The currency code for the product.

    productID?: string

    The product's game-specified identifier.

    title?: string

    The title of the product.