shajara API
Overview
Preparing search index...
@shajara/kernel
sigils
CloseSigil
Interface CloseSigil<Outcome>
Sigil that explicitly closes a channel endpoint.
interface
CloseSigil
<
Outcome
>
{
"[ECHO_TOKEN]"
?:
readonly
[
void
]
;
endpoint
:
ChannelEndpoint
<
unknown
,
Outcome
>
;
kind
:
"close"
;
outcome
:
Outcome
;
}
Type Parameters
Outcome
Hierarchy (
View Summary
)
SigilShape
CloseSigil
Index
Properties
[
ECHO_
TOKEN]?
endpoint
kind
outcome
Properties
Optional
Readonly
[
ECHO_
TOKEN]
"[ECHO_TOKEN]"
?:
readonly
[
void
]
Readonly
endpoint
endpoint
:
ChannelEndpoint
<
unknown
,
Outcome
>
Readonly
kind
kind
:
"close"
Readonly
outcome
outcome
:
Outcome
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[
ECHO_
TOKEN]
endpoint
kind
outcome
Overview
shajara API
Loading...
Sigil that explicitly closes a channel endpoint.