Client module (alt-client)FunctionssetMetasetMeta CallablesetMeta<K>(key: K, value: InterfaceValueByKey<ICustomGlobalMeta, K, unknown, void>): voidsetMeta<K>(key: K, value: ICustomGlobalMeta[K]): voidsetMeta<V, K>(key: K, value: InterfaceValueByKey<ICustomGlobalMeta, K, V, void>): voidStores the given value with the specified key.Remarks The given value will be shared locally to all resources.Type parametersK: string
Stores the given value with the specified key.
Remarks
The given value will be shared locally to all resources.