Search


Search something to see results

SoftNavigateMetadata

An object of metadata about the user's soft navigation.

interface SoftNavigateMetadata {
    id: string;
    softRenderDuration?: number;
    softResourcesDuration?: number;
    start?: number;
}

Index

Properties

Properties

id: string

ID of the current soft navigation.

2.18.0

softRenderDuration?: number

The duration of rendering during the soft navigation.

2.18.0

softResourcesDuration?: number

The duration of resources loading during the soft navigation.

2.18.0

start?: number

The timestamp of the soft navigation.

2.18.0