Search


Search something to see results

SoftNavigationParameters

Metainformation needed for initializing a new Soft Navigation.

interface SoftNavigationParameters {
    softRenderDuration?: number;
    softResourcesDuration?: number;
    timestamp?: number;
}

Index

Properties

Properties

softRenderDuration?: number

Time it took to display the changes of the Soft Navigation.

softResourcesDuration?: number

Time it took to load all resources regarding the Soft Navigation.

timestamp?: number

Start timestamp of the Soft Navigation.