localValue
Parameters
Example Usages
brixxApi.localValue("myKey", "Hello World"); //Save the value "Hello World" under the key "myKey"
let x = brixxApi.localValue("myKey"); //Retrieve the Key "myKey". This will result in "Hello World"
console.log(x)Last updated