Workflow in web applications

Click to copy

All elements in web applications have their own Workflow section.

With it, you can create a BP for the frontend. This is how you can implement interactivity in an application. After creating a BP, you will see triggers for which you can configure various actions. Some elements have unique triggers. And there are universal triggers that occur on all elements:

onCreate - triggers when the component is created on the page;

onShow - triggers when the component changes its state to visible (displayed on the page);

onHide - triggers when the component changes its state to hidden (stops being displayed);

onDestroy - triggers before the component is destroyed;

onClick - triggers every time the element is clicked.