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