Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-lib
cockpit
Channel
Interface Channel<T>
interface
Channel
<
T
>
{
binary
:
boolean
;
id
:
null
|
string
;
options
:
JsonObject
;
ready
:
boolean
;
valid
:
boolean
;
addEventListener
<
E
extends
keyof
ChannelEvents
<
T
>
>
(
event
:
E
,
listener
:
cockpit
.
EventListener
<
ChannelEvents
<
T
>
[
E
]
>
)
:
void
;
close
(
options
?:
JsonObject
)
:
void
;
control
(
options
:
ControlMessage
)
:
void
;
dispatchEvent
<
E
extends
keyof
ChannelEvents
<
T
>
>
(
event
:
E
,
...
args
:
Parameters
<
ChannelEvents
<
T
>
[
E
]
>
)
:
void
;
removeEventListener
<
E
extends
keyof
ChannelEvents
<
T
>
>
(
event
:
E
,
listener
:
cockpit
.
EventListener
<
ChannelEvents
<
T
>
[
E
]
>
)
:
void
;
send
(
data
:
T
)
:
void
;
wait
(
)
:
Promise
<
void
>
;
}
Type Parameters
T
Hierarchy-Diagram
Legend
interface
public property
public method
Hierarchy (
view full
)
EventSource
<
ChannelEvents
<
T
>
>
Channel
Index
Properties
binary
id
options
ready
valid
Methods
add
Event
Listener
close
control
dispatch
Event
remove
Event
Listener
send
wait
Properties
binary
binary
:
boolean
id
id
:
null
|
string
options
options
:
JsonObject
ready
ready
:
boolean
valid
valid
:
boolean
Methods
add
Event
Listener
add
Event
Listener
<
E
extends
keyof
ChannelEvents
<
T
>
>
(
event
:
E
,
listener
:
cockpit
.
EventListener
<
ChannelEvents
<
T
>
[
E
]
>
)
:
void
Type Parameters
E
extends
keyof
ChannelEvents
<
T
>
Parameters
event
:
E
listener
:
cockpit
.
EventListener
<
ChannelEvents
<
T
>
[
E
]
>
Returns
void
close
close
(
options
?:
JsonObject
)
:
void
Parameters
Optional
options
:
JsonObject
Returns
void
control
control
(
options
:
ControlMessage
)
:
void
Parameters
options
:
ControlMessage
Returns
void
dispatch
Event
dispatch
Event
<
E
extends
keyof
ChannelEvents
<
T
>
>
(
event
:
E
,
...
args
:
Parameters
<
ChannelEvents
<
T
>
[
E
]
>
)
:
void
Type Parameters
E
extends
keyof
ChannelEvents
<
T
>
Parameters
event
:
E
Rest
...
args
:
Parameters
<
ChannelEvents
<
T
>
[
E
]
>
Returns
void
remove
Event
Listener
remove
Event
Listener
<
E
extends
keyof
ChannelEvents
<
T
>
>
(
event
:
E
,
listener
:
cockpit
.
EventListener
<
ChannelEvents
<
T
>
[
E
]
>
)
:
void
Type Parameters
E
extends
keyof
ChannelEvents
<
T
>
Parameters
event
:
E
listener
:
cockpit
.
EventListener
<
ChannelEvents
<
T
>
[
E
]
>
Returns
void
send
send
(
data
:
T
)
:
void
Parameters
data
:
T
Returns
void
wait
wait
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
binary
id
options
ready
valid
add
Event
Listener
close
control
dispatch
Event
remove
Event
Listener
send
wait
Official Cockpit API Documentation
Houston Common Library
Loading...