struct

Context::Key(T)

Inherits Struct < Value < Object

Typed key for request-scoped context values.

Constructors

new(name : String | Symbol)

Creates a typed context value key.

Source

Instance methods

name

Returns the human-readable key name.

Source