Skip to content
On this page

setMeta()

Stores the given value with the specified key.

Function Definition

ts
function setMeta<V extends any, K extends string = string>(key: K, value: InterfaceValueByKey<ICustomGlobalMeta, K, V>): void;

Arguments

  • key: K
  • value: InterfaceValueByKey<ICustomGlobalMeta, K, V>

Returns

  • void

Documentation

No Documentation Provided Yet

Documentation Created with ❤️ by Stuyk