shajara API
Overview
Preparing search index...
@shajara/kernel
sigils
WaitSigil
Interface WaitSigil<Result>
Sigil that waits for future settlement.
interface
WaitSigil
<
Result
>
{
"[ECHO_TOKEN]"
?:
readonly
[
FutureResult
<
Result
>
]
;
future
:
FutureKey
<
Result
>
;
kind
:
"wait"
;
}
Type Parameters
Result
Hierarchy (
View Summary
)
SigilShape
WaitSigil
Index
Properties
[
ECHO_
TOKEN]?
future
kind
Properties
Optional
Readonly
[
ECHO_
TOKEN]
"[ECHO_TOKEN]"
?:
readonly
[
FutureResult
<
Result
>
]
Readonly
future
future
:
FutureKey
<
Result
>
Readonly
kind
kind
:
"wait"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[
ECHO_
TOKEN]
future
kind
Overview
shajara API
Loading...
Sigil that waits for future settlement.