replaceText
Replaces a text with the current values of the app.
Parameters
Example Usages
let newText = brixxApi.replaceText("Hello @id"); let newText = brixxApi.replaceText("Hello @myCustomParam", {
myCustomParam: "world"
});Last updated