shajara API
    Preparing search index...

    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)

    Index

    Properties

    "[ECHO_TOKEN]"?: readonly [Option<Value>]
    kind: "lookup"