SetEvaluating
@Serializable
Sets NavigationState.isEvaluatingNavigation to isEvaluating.
Dispatched with true when a guard or entry-definition evaluation starts and takes longer than the configured loading threshold. Dispatched with false in the finally block of io.github.syrou.reaktiv.navigation.NavigationLogic when evaluation completes.
Parameters
isEvaluating
true to show the evaluation overlay; false to hide it.