Skip to content

GlobalStateKey

GlobalStateKey<ValueType>(options?): GlobalStateValue<ValueType>

A single key in global state

Type parameters

ValueType

Parameters

options?

options.key?: string

Returns

GlobalStateValue<ValueType>

Source

types/global.d.ts:636