getContext
Reads the value associated with a context boundary in the active execution.
Table of contents
Category
Value
Import
jsimport { getContext } from "valyrian.js/context";Public signature
ts<T>(scope: ContextScope<T>): T | undefinedParameters
tsscope: ContextScope<T>Result
tsT | undefined