@xylabs/sdk-react
    Preparing search index...

    Interface FacebookCartProperties

    interface FacebookCartProperties {
        content_category?: string;
        content_ids?: (string | number)[];
        content_name?: string;
        content_type?: "product" | "product_group";
        contents?: FacebookContentsItem[];
        currency?: string;
        num_items?: number;
        value?: number;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    content_category?: string
    content_ids?: (string | number)[]
    content_name?: string
    content_type?: "product" | "product_group"
    currency?: string
    num_items?: number
    value?: number