shajara API
Overview
Preparing search index...
@shajara/kernel
sigils
BindSigil
Interface BindSigil<Value>
Sigil that adds or shadows a context binding on the current scope.
interface
BindSigil
<
Value
>
{
"[ECHO_TOKEN]"
?:
readonly
[
void
]
;
key
:
ContextKey
<
Value
>
;
kind
:
"bind"
;
value
:
Value
;
}
Type Parameters
Value
Hierarchy (
View Summary
)
SigilShape
BindSigil
Index
Properties
[
ECHO_
TOKEN]?
key
kind
value
Properties
Optional
Readonly
[
ECHO_
TOKEN]
"[ECHO_TOKEN]"
?:
readonly
[
void
]
Readonly
key
key
:
ContextKey
<
Value
>
Readonly
kind
kind
:
"bind"
Readonly
value
value
:
Value
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[
ECHO_
TOKEN]
key
kind
value
Overview
shajara API
Loading...
Sigil that adds or shadows a context binding on the current scope.