SoftNavigationParameters
interface SoftNavigationParameters {
softRenderDuration?: number;
softResourcesDuration?: number;
timestamp?: number;
}
softRenderDuration?: number;
softResourcesDuration?: number;
timestamp?: number;
}
Index
Properties
Properties
Optionalsoft Render Duration
softRenderDuration?: number
Time it took to display the changes of the Soft Navigation.
Optionalsoft Resources Duration
softResourcesDuration?: number
Time it took to load all resources regarding the Soft Navigation.
Optionaltimestamp
timestamp?: number
Start timestamp of the Soft Navigation.
Metainformation needed for initializing a new Soft Navigation.