How to Call functions with template 7

Is it possible to just use {{js ‘someFunction(someValue)’ }}

and have the function defined as method of current component?

It should work. Don’t forget to use “this.someFunction(this.DataValue)”

1 Like