Table of Contents

Enum NavigationLifecycle

Namespace
Velvet
Assembly
Velvet.Docs.dll

Lifecycle phase of the active navigation, as reported by UseNavigation().State.

public enum NavigationLifecycle

Fields

Idle = 0

No navigation is in flight.

Loading = 1

A navigation is matching or loading the next location.

Remarks

submitting is intentionally absent: Velvet has no route action / form-submission model, so the only in-flight phase is a location transition.