Skip to main content

useGlobalState

useGlobalState<T>(key: string): 
useGlobalState<T>(key: string,defaultValue: undefined):
useGlobalState<T>(key: string,defaultValue: null):
useGlobalState<T>(key: string,defaultValue: T):

Properties

(Mandatory properties are in bold)
PropertiesTypeDescription
keystring