Interface CategoryClick

interface CategoryClick {
    metadata: CategoryEventMetadata;
    productId: string;
    properties?: AnalyticEventProperties;
}

Hierarchy (View Summary)

Properties

productId: string