Edit this page

up.layer up:layer:accept
DOM event

This event is emitted before a layer is accepted.

The event is emitted on the element of the layer that is about to close.

Properties

event.layer up.Layer

The layer that is about to close.

[event.value] any optional

The overlay's acceptance value.

Listeners may replace or mutate this value.

[event.origin] Element optional

The element that is causing the layer to close.

Will be undefined if the overlay is not closing by a user interacting with an element.

[event.response] up.Response optional experimental

The server response that is causing this overlay to close.

Will be undefined if the overlay is not closing in reaction to a server response.

event.preventDefault()

Prevents the overlay from closing.