Unable to find TypeScript Window

While Accessing Neutrinos Studio unable to see the option “Ts” please find the attached screenshot

1 Like

It has been removed from version 8. Plese use the new and improved “Flow” editor

1 Like

Any reference on how to use it?

1 Like

https://documentation.neutrinos.com/articles/#!studio-guide-9/design-page-flows

2 Likes

How do I trigger a service on the click of an action button? In the course, they use a TS file, but in version 9.2, how do we implement OnClick events? Please share if you have any examples

1 Like


When you click the button, the attribute window will open. There, you’ll find the (click) option, where you can select the service flow to use for the on-click event.

2 Likes

How to consume a value which is the input from UI and show the output
in console or UI and how do map a value which is received from the service

1 Like

While choosing the flow in the (click) function, you can see the expected input variables and the output variables on the left side. You can map the variables accordingly.

2 Likes