shajara API
    Preparing search index...

    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)

    Index

    Properties

    "[ECHO_TOKEN]"?: readonly [void]
    kind: "bind"
    value: Value