Simple implementation of IActionContextKey.

Type Parameters

  • V

Implements

Constructors

Properties

Constructors

Properties

dummy: undefined | V

A dummy field that we must define to make TypeScript bind the type V, otherwise it would always be any. This field will be undefined, so it will never exist in JavaScript.

name: string

A unique context key name.