9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
type WebViewNavigationType = 
  | "linkClicked"
  | "formSubmitted"
  | "backForward"
  | "reload"
  | "formResubmitted"
  | "other"
  | undefined;

Defined in: ui/web-view/index.d.ts:17

Represents navigation type