replaceText
Parameters
- text - the text with parameters
- additionalReplacings - json object with key value pairs
Example Usages
This example uses the controls of the app to replace the values.
let newText = brixxApi.replaceText("Hello @id");
This example uses the controls of the app to replace the values.
let newText = brixxApi.replaceText("Hello @myCustomParam", {
myCustomParam: "world"
});