Liking cljdoc? Tell your friends :D

web.presentation.PresentationConnectionCloseEvent

The PresentationConnectionCloseEvent interface of the Presentation is fired on a web.presentation.PresentationConnection when is closed.

The PresentationConnectionCloseEvent interface of the Presentation
is fired on a `web.presentation.PresentationConnection` when
is closed.
raw docstring

messagecljs

(message this)

Property.

A human-readable message that provides more information about the connection was closed.

Property.

A human-readable message that provides more information about
the connection was closed.
sourceraw docstring

reasoncljs

(reason this)

Property.

Indicates why the connection was closed. This property takes of the following values: error, closed, or wentaway.

Property.

Indicates why the connection was closed. This property takes
of the following values: error, closed, or wentaway.
sourceraw docstring

set-message!cljs

(set-message! this val)

Property.

A human-readable message that provides more information about the connection was closed.

Property.

A human-readable message that provides more information about
the connection was closed.
sourceraw docstring

set-reason!cljs

(set-reason! this val)

Property.

Indicates why the connection was closed. This property takes of the following values: error, closed, or wentaway.

Property.

Indicates why the connection was closed. This property takes
of the following values: error, closed, or wentaway.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close