Skip to main content

NavigateEventInit

Extends

Properties

bubbles?

optional bubbles?: boolean;

Inherited from

EventInit.bubbles


cancelable?

optional cancelable?: boolean;

Inherited from

EventInit.cancelable


canIntercept?

optional canIntercept?: boolean;

composed?

optional composed?: boolean;

Inherited from

EventInit.composed


destination

destination: NavigationDestination;

downloadRequest?

optional downloadRequest?: string | null;

formData?

optional formData?: FormData | null;

hashChange?

optional hashChange?: boolean;

hasUAVisualTransition?

optional hasUAVisualTransition?: boolean;

info?

optional info?: any;

optional navigationType?: NavigationType;

signal

signal: AbortSignal;

sourceElement?

optional sourceElement?: Element | null;

userInitiated?

optional userInitiated?: boolean;