NavigateEventInit
Extends
Properties
bubbles?
optional bubbles?: boolean;
Inherited from
cancelable?
optional cancelable?: boolean;
Inherited from
canIntercept?
optional canIntercept?: boolean;
composed?
optional composed?: boolean;
Inherited from
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;
navigationType?
optional navigationType?: NavigationType;
signal
signal: AbortSignal;
sourceElement?
optional sourceElement?: Element | null;
userInitiated?
optional userInitiated?: boolean;