Skip to main content

react-native-tracker.structuredprops

Home > @snowplow/react-native-tracker > StructuredProps

StructuredProps type

Properties for a structured event. A classic style of event tracking, allows for easier movement between analytics systems. Self-describing events are preferred for their schema validation.

Signature:
export declare type StructuredProps = StructuredEvent;