Search
Preparing search index...
The search index is not available
swimOS
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
@swim/client
EventDownlink
Class EventDownlink
Hierarchy
Downlink
EventDownlink
Index
Methods
body
close
command
copy
did
Close
did
Connect
did
Disconnect
did
Fail
did
Link
did
Sync
did
Unlink
host
Uri
is
Authenticated
is
Connected
is
Linked
is
Synced
keep
Linked
keep
Synced
lane
Uri
node
Uri
observe
on
Command
on
Event
open
prio
rate
session
type
unobserve
will
Link
will
Sync
will
Unlink
init
Form
Methods
body
body
(
)
:
Value
body
(
body
:
AnyValue
)
:
this
Returns
Value
Parameters
body:
AnyValue
Returns
this
close
close
(
)
:
void
Returns
void
command
command
(
body
:
AnyValue
)
:
void
Parameters
body:
AnyValue
Returns
void
Protected
copy
copy
(
context
:
DownlinkContext
, owner
:
DownlinkOwner
|
undefined
, hostUri
:
Uri
, nodeUri
:
Uri
, laneUri
:
Uri
, prio
:
number
, rate
:
number
, body
:
Value
, flags
:
number
, observers
:
ReadonlyArray
<
EventDownlinkObserver
>
|
null
)
:
this
Parameters
context:
DownlinkContext
owner:
DownlinkOwner
|
undefined
hostUri:
Uri
nodeUri:
Uri
laneUri:
Uri
prio:
number
rate:
number
body:
Value
flags:
number
observers:
ReadonlyArray
<
EventDownlinkObserver
>
|
null
Returns
this
did
Close
did
Close
(
didClose
:
DownlinkDidClose
)
:
this
Parameters
didClose:
DownlinkDidClose
Returns
this
did
Connect
did
Connect
(
didConnect
:
DownlinkDidConnect
)
:
this
Parameters
didConnect:
DownlinkDidConnect
Returns
this
did
Disconnect
did
Disconnect
(
didDisconnect
:
DownlinkDidDisconnect
)
:
this
Parameters
didDisconnect:
DownlinkDidDisconnect
Returns
this
did
Fail
did
Fail
(
didFail
:
DownlinkDidFail
)
:
this
Parameters
didFail:
DownlinkDidFail
Returns
this
did
Link
did
Link
(
didLink
:
DownlinkDidLink
)
:
this
Parameters
didLink:
DownlinkDidLink
Returns
this
did
Sync
did
Sync
(
didSync
:
DownlinkDidSync
)
:
this
Parameters
didSync:
DownlinkDidSync
Returns
this
did
Unlink
did
Unlink
(
didUnlink
:
DownlinkDidUnlink
)
:
this
Parameters
didUnlink:
DownlinkDidUnlink
Returns
this
host
Uri
host
Uri
(
)
:
Uri
host
Uri
(
hostUri
:
AnyUri
)
:
this
Returns
Uri
Parameters
hostUri:
AnyUri
Returns
this
is
Authenticated
is
Authenticated
(
)
:
boolean
Returns
boolean
is
Connected
is
Connected
(
)
:
boolean
Returns
boolean
is
Linked
is
Linked
(
)
:
boolean
Returns
boolean
is
Synced
is
Synced
(
)
:
boolean
Returns
boolean
keep
Linked
keep
Linked
(
)
:
boolean
keep
Linked
(
keepLinked
:
boolean
)
:
this
Returns
boolean
Parameters
keepLinked:
boolean
Returns
this
keep
Synced
keep
Synced
(
)
:
boolean
keep
Synced
(
keepSynced
:
boolean
)
:
this
Returns
boolean
Parameters
keepSynced:
boolean
Returns
this
lane
Uri
lane
Uri
(
)
:
Uri
lane
Uri
(
laneUri
:
AnyUri
)
:
this
Returns
Uri
Parameters
laneUri:
AnyUri
Returns
this
node
Uri
node
Uri
(
)
:
Uri
node
Uri
(
nodeUri
:
AnyUri
)
:
this
Returns
Uri
Parameters
nodeUri:
AnyUri
Returns
this
observe
observe
(
observer
:
EventDownlinkObserver
)
:
this
Parameters
observer:
EventDownlinkObserver
Returns
this
on
Command
on
Command
(
onCommand
:
DownlinkOnCommand
)
:
this
Parameters
onCommand:
DownlinkOnCommand
Returns
this
on
Event
on
Event
(
onEvent
:
DownlinkOnEvent
)
:
this
Parameters
onEvent:
DownlinkOnEvent
Returns
this
open
open
(
)
:
this
Returns
this
prio
prio
(
)
:
number
prio
(
prio
:
number
)
:
this
Returns
number
Parameters
prio:
number
Returns
this
rate
rate
(
)
:
number
rate
(
rate
:
number
)
:
this
Returns
number
Parameters
rate:
number
Returns
this
session
session
(
)
:
Value
Returns
Value
type
type
(
)
:
DownlinkType
Returns
DownlinkType
unobserve
unobserve
(
observer
:
unknown
)
:
this
Parameters
observer:
unknown
Returns
this
will
Link
will
Link
(
willLink
:
DownlinkWillLink
)
:
this
Parameters
willLink:
DownlinkWillLink
Returns
this
will
Sync
will
Sync
(
willSync
:
DownlinkWillSync
)
:
this
Parameters
willSync:
DownlinkWillSync
Returns
this
will
Unlink
will
Unlink
(
willUnlink
:
DownlinkWillUnlink
)
:
this
Parameters
willUnlink:
DownlinkWillUnlink
Returns
this
Static
init
Form
init
Form
(
)
:
Form
<
DownlinkInit
|
undefined
>
Returns
Form
<
DownlinkInit
|
undefined
>
Globals
@swim/core
@swim/mesh
@swim/client
@swim/warp
@swim/ui
@swim/ux
@swim/web
Event
Downlink
body
close
command
copy
did
Close
did
Connect
did
Disconnect
did
Fail
did
Link
did
Sync
did
Unlink
host
Uri
is
Authenticated
is
Connected
is
Linked
is
Synced
keep
Linked
keep
Synced
lane
Uri
node
Uri
observe
on
Command
on
Event
open
prio
rate
session
type
unobserve
will
Link
will
Sync
will
Unlink
init
Form