manualChangeDetection
function
Disables the harness system's auto change detection for the duration of the given function.
manualChangeDetection
Promise<T>
Disables the harness system's auto change detection for the duration of the given function.
@paramfn
() => Promise<T>
The function to disable auto change detection for.
@returns
Promise<T>
Jump to details