Type Aliases
WebViewNavigationType
Represents navigation type
type WebViewNavigationType =
| "linkClicked"
| "formSubmitted"
| "backForward"
| "reload"
| "formResubmitted"
| "other"
| undefined;Defined in: ui/web-view/index.d.ts:17
Represents navigation type
- Previous
- VisionHoverOptions
- Next
- _resetRootView