Skip to main content

react-native-tracker.timingprops

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

TimingProps type

Timing event properties

Signature:
export declare type TimingProps = {
category: string;
variable: string;
timing: number;
label?: string;
};