Reference

AppRouterNavigationType

Names the client navigation operation that produced the current router state.

Signature

type AppRouterNavigationType = "push" | "replace" | "pop" | "refresh"