Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 651 Bytes

File metadata and controls

18 lines (12 loc) · 651 Bytes

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

ListItemViewProps type

Event tracking the view of an item in a list. If screen engagement tracking is enabled, the list item view events will be aggregated into a screen_summary entity.

Schema: iglu:com.snowplowanalytics.mobile/list_item_view/jsonschema/1-0-0

Signature:

export declare type ListItemViewProps = {
    index: number;
    itemsCount?: number;
};