Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 554 Bytes

File metadata and controls

13 lines (8 loc) · 554 Bytes

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;