SetEvaluating

@Serializable
data class SetEvaluating(val isEvaluating: Boolean) : NavigationAction, HighPriorityAction(source)

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.

Constructors

Link copied to clipboard
constructor(isEvaluating: Boolean)

Properties

Link copied to clipboard