Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 622 Bytes

File metadata and controls

21 lines (16 loc) · 622 Bytes

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

ScreenViewProps type

ScreenView event properties schema: iglu:com.snowplowanalytics.mobile/screen_view/jsonschema/1-0-0

Signature:

export declare type ScreenViewProps = {
    name: string;
    id?: string;
    type?: string;
    previousName?: string;
    previousId?: string;
    previousType?: string;
    transitionType?: string;
};