Interface CategoryEvent

interface CategoryEvent {
    metadata: CategoryEventMetadata;
    properties?: AnalyticEventProperties;
}

Hierarchy (View Summary)

Properties