Skip to main content

PageSwapEventInit

Extends

Properties

activation?

optional activation?: NavigationActivation | null;

bubbles?

optional bubbles?: boolean;

Inherited from

EventInit.bubbles


cancelable?

optional cancelable?: boolean;

Inherited from

EventInit.cancelable


composed?

optional composed?: boolean;

Inherited from

EventInit.composed


viewTransition?

optional viewTransition?: ViewTransition | null;