SoftNavigateMetadata
interface SoftNavigateMetadata {
id: string;
softRenderDuration?: number;
softResourcesDuration?: number;
start?: number;
}
id: string;
softRenderDuration?: number;
softResourcesDuration?: number;
start?: number;
}
Index
Properties
Properties
id
id: string
ID of the current soft navigation.
Optional
soft Render Duration
softRenderDuration?: number
The duration of rendering during the soft navigation.
Optional
soft Resources Duration
softResourcesDuration?: number
The duration of resources loading during the soft navigation.
Optional
start
start?: number
The timestamp of the soft navigation.
An object of metadata about the user's soft navigation.