shajara API
Overview
Preparing search index...
@shajara/kernel
sigils
UnbindSigil
Interface UnbindSigil
Sigil that removes the current scope's binding for a context key.
interface
UnbindSigil
{
"[ECHO_TOKEN]"
?:
readonly
[
void
]
;
key
:
ContextKey
<
unknown
>
;
kind
:
"unbind"
;
}
Hierarchy (
View Summary
)
SigilShape
UnbindSigil
Index
Properties
[
ECHO_
TOKEN]?
key
kind
Properties
Optional
Readonly
[
ECHO_
TOKEN]
"[ECHO_TOKEN]"
?:
readonly
[
void
]
Readonly
key
key
:
ContextKey
<
unknown
>
Readonly
kind
kind
:
"unbind"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[
ECHO_
TOKEN]
key
kind
Overview
shajara API
Loading...
Sigil that removes the current scope's binding for a context key.