shajara API
Overview
Preparing search index...
@shajara/kernel
sigils
LookupSigil
Interface LookupSigil<Value>
Sigil that resolves the nearest visible context binding.
interface
LookupSigil
<
Value
>
{
"[ECHO_TOKEN]"
?:
readonly
[
Option
<
Value
>
]
;
key
:
ContextKey
<
Value
>
;
kind
:
"lookup"
;
}
Type Parameters
Value
Hierarchy (
View Summary
)
SigilShape
LookupSigil
Index
Properties
[
ECHO_
TOKEN]?
key
kind
Properties
Optional
Readonly
[
ECHO_
TOKEN]
"[ECHO_TOKEN]"
?:
readonly
[
Option
<
Value
>
]
Readonly
key
key
:
ContextKey
<
Value
>
Readonly
kind
kind
:
"lookup"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[
ECHO_
TOKEN]
key
kind
Overview
shajara API
Loading...
Sigil that resolves the nearest visible context binding.