Simple implementation of IActionContextKey.
Readonly
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.
V
any
A unique context key name.
Simple implementation of IActionContextKey.