ContextScope
Type. Typed key for context operations.
Table of contents
Category
Type
Type import
tsimport type { ContextScope } from "valyrian.js/context";Public signature
tstype ContextScope<T> = { key: symbol; name: string; __type?: T; };Type usage
ContextScope is the typed key created by createContextScope and consumed by context read, write and run operations.